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 | 泳??榮?? | 1000100101101010001111110011111110011110110001000011111100111111 | 896a3f3f9ec43f3f |
EUC-JP | 泳??榮?? | 1011000111001011001111110011111111011100110001100011111100111111 | b1cb3f3fdcc63f3f |
UTF-8 | 泳쒗렪榮딅쨮 | 111001101011001110110011111011001001001010010111111010111010000010101010111001101010011010101110111010111001010010000101111011001010100010101110 | e6b3b3ec9297eba0aae6a6aeeb9485eca8ae |
UHC | 泳쒗렪榮딅쨮 | 111001111011011010011100111011011000111010111000111001111011010010001010111010111010010010001000 | e7b69ced8eb8e7b48aeba488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)