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 | 鵝????オ | 1110101001000000001111110011111100111111001111111000001101001001 | ea403f3f3f3f8349 |
EUC-JP | 鵝????オ | 1111001110100001001111110011111100111111001111111010010110101010 | f3a13f3f3f3fa5aa |
UTF-8 | 鵝녺떻呂묊オ | 111010011011010110011101111010111000010110111010111010111001011010111011111011111010011010000000111010111010110010001010111000111000001010101010 | e9b59deb85baeb96bbefa680ebac8ae382aa |
UHC | 鵝녺떻呂묊オ | 111001001011110110000110111001111011011010111011111001011111101110010001111001111010101110101010 | e4bd86e7b6bbe5fb91e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)