To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ゆ┏ | 0011111100111111001111110011111110000010111001001000010010101100 | 3f3f3f3f82e484ac |
EUC-JP | ????ゆ┏ | 0011111100111111001111110011111110100100111001101010100010101110 | 3f3f3f3fa4e6a8ae |
UTF-8 | 力녹뮉溜ゆ┏ | 111011111010011010001010111010111000010110111001111010111010111010001001111011111010011110001011111000111000001010000110111000101001010010001111 | efa68aeb85b9ebae89efa78be38286e2948f |
UHC | 力녹뮉溜ゆ┏ | 111001101011001110110011111011001001001010010111111010101111111010101010111001101010011010101110 | e6b3b3ec9297eafeaae6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)