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 | 咫???姐? | 1001101001000000001111110011111100111111100010001011011100111111 | 9a403f3f3f88b73f |
EUC-JP | 咫???姐? | 1101001110100001001111110011111100111111101100001011100100111111 | d3a13f3f3fb0b93f |
UTF-8 | 咫띳렰렫姐렒 | 111001011001001010101011111010111001110110110011111010111010000010110000111010111010000010101011111001011010011110010000111010111010000010010010 | e592abeb9db3eba0b0eba0abe5a790eba092 |
UHC | 咫띳렰렫姐렒 | 111100101010000110110110111100011000111010111101100011101011100111101110101110111000111010100111 | f2a1b6f18ebd8eb9eebb8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)