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 | 将薀召尞ォョ | 10001111101010111110010101000100100011111010001011111010101010111010101110101110 | 8fabe5448fa2faababae |
EUC-JP | 将薀召尞ォョ | 10111110101011011110100110100101101111101010010010001111101110101110101110001110101010111000111010101110 | beade9a5bea48fbaeb8eab8eae |
UTF-8 | 将薀召尞ォョ | 111001011011000010000110111010001001011010000000111001011000111110101100111001011011000010011110111011111011110110101011111011111011110110101110 | e5b086e89680e58face5b09eefbdabefbdae |
UHC | ??召??? | 00111111001111111110000110101111001111110011111100111111 | 3f3fe1af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)