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 | ?蒡??菖? | 0011111111100100111011100011111100111111100011111101001000111111 | 3fe4ee3f3f8fd23f |
EUC-JP | ?蒡??菖? | 0011111111101000111100000011111100111111101111101101010000111111 | 3fe8f03f3fbed43f |
UTF-8 | 뤾蒡끗롔菖렧 | 111010111010010010111110111010001001001010100001111010111000000110010111111010111010000110010100111010001000111110010110111010111010000010100111 | eba4bee892a1eb8197eba194e88f96eba0a7 |
UHC | 뤾蒡끗롔菖렧 | 100011111110101011011011101111001011001011111101100011101101100011110011111011101000111010110110 | 8feadbbcb2fd8ed8f3ee8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)