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 | 璽褂カシ | 11110001111011101000111010100011111001011110011010110110111100011000111010111100 | f1ee8ea3e5e6b6f18ebc |
EUC-JP | ?璽褂カ?シ | 00111111101111001010010111101010111010001000111010110110001111111000111010111100 | 3fbca5eae88eb63f8ebc |
UTF-8 | 璽褂カシ | 111011101000010110101001111001111001001010111101111010001010010010000010111011111011110110110110111011101000010010001001111011111011110110111100 | ee85a9e792bde8a482efbdb6ee8489efbdbc |
UHC | ?璽???? | 00111111110111111101111000111111001111110011111100111111 | 3fdfde3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)