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 | ??????u@h | 001111110011111100111111001111110011111100111111011101010100000001101000 | 3f3f3f3f3f3f754068 |
SJIS-WIN | ??????u@h | 001111110011111100111111001111110011111100111111011101010100000001101000 | 3f3f3f3f3f3f754068 |
EUC-JP | ??????u@h | 001111110011111100111111001111110011111100111111011101010100000001101000 | 3f3f3f3f3f3f754068 |
UTF-8 | 렻ㅔ렔렻ㅔ렊u@h | 111010111010000010111011111000111000010110010100111010111010000010010100111010111010000010111011111000111000010110010100111010111010000010001010011101010100000001101000 | eba0bbe38594eba094eba0bbe38594eba08a754068 |
UHC | 렻ㅔ렔렻ㅔ렊u@h | 100011101100001110100100110001001000111010101001100011101100001110100100110001001000111010100001011101010100000001101000 | 8ec3a4c48ea98ec3a4c48ea1754068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)