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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??■? | 0011111100111111100000011010000100111111 | 3f3f81a13f |
EUC-JP | ??■? | 0011111100111111101000101010001100111111 | 3f3fa2a33f |
UTF-8 | 뤜빡■잠 | 111010111010010010011100111010111011100110100001111000101001011010100000111011001001111010100000 | eba49cebb9a1e296a0ec9ea0 |
UHC | 뤜빡■잠 | 1000111111001011101110101111110110100001111000011100000011100001 | 8fcbbafda1e1c0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)