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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 혪첫찼짠혰쨌 | 111011011001100010101010111011001011001010101011111011001011000010111100111011001010011110100000111011011001100010110000111011001010100010001100 | ed98aaecb2abecb0bceca7a0ed98b0eca88c |
UHC | 혪첫찼짠혰쨌 | 110000101001001011000011101110011100001110100001110000101010011111000010100101111100001010110111 | c292c3b9c3a1c2a7c297c2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)