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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 鵝??h鵝?? | 111010100100000000111111001111110110100011101010010000000011111100111111 | ea403f3f68ea403f3f |
EUC-JP | 鵝??h鵝?? | 111100111010000100111111001111110110100011110011101000010011111100111111 | f3a13f3f68f3a13f3f |
UTF-8 | 鵝랁뢊h鵝랁뢊 | 11101001101101011001110111101011100111101000000111101011101000101000101001101000111010011011010110011101111010111001111010000001111010111010001010001010 | e9b59deb9e81eba28a68e9b59deb9e81eba28a |
UHC | 鵝랁뢊h鵝랁뢊 | 11100100101111011000110111101101100011110100011001101000111001001011110110001101111011011000111101000110 | e4bd8ded8f4668e4bd8ded8f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)