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 | 逆??寃?? | 1000101101110100001111110011111110011011100000110011111100111111 | 8b743f3f9b833f3f |
EUC-JP | 逆??寃?? | 1011010111010101001111110011111111010101111000110011111100111111 | b5d53f3fd5e33f3f |
UTF-8 | 逆곷베寃놂쭫 | 111010011000000010000110111010101011001110110111111010111011001010100000111001011010111110000011111010111000011010000010111011001010110110101011 | e98086eab3b7ebb2a0e5af83eb8682ecadab |
UHC | 逆곷베寃놂쭫 | 111001101011110110000001111010111011101010100011111010101011001010110011111011111010011110011111 | e6bd81ebbaa3eab2b3efa79f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)