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 | 恁μ?恁?? | 100111001000110010000011110010100011111110011100100011000011111100111111 | 9c8c83ca3f9c8c3f3f |
EUC-JP | 恁μ?恁?? | 110101111110110010100110110011000011111111010111111011000011111100111111 | d7eca6cc3fd7ec3f3f |
UTF-8 | 恁μℓ恁쀭삨 | 1110011010000001100000011100111010111100111000101000010010010011111001101000000110000001111011001000000010101101111011001000001010101000 | e68181cebce28493e68181ec80adec82a8 |
UHC | 恁μℓ恁쀭삨 | 111011001111011010100101111011001010011110100100111011001111011010010111111011011001100010100111 | ecf6a5eca7a4ecf697ed98a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)