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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 裔嗄}裔嗄{^ | 1110010111100001100110100110110101111101111001011110000110011010011011010111101101011110 | e5e19a6d7de5e19a6d7b5e |
EUC-JP | 裔嗄}裔嗄{^ | 1110101011100011110100111100111001111101111010101110001111010011110011100111101101011110 | eae3d3ce7deae3d3ce7b5e |
UTF-8 | 裔嗄}裔嗄{^ | 111010001010001110010100111001011001011110000100011111011110100010100011100101001110010110010111100001000111101101011110 | e8a394e597847de8a394e597847b5e |
UHC | 裔?}裔?{^ | 111001111110000000111111011111011110011111100000001111110111101101011110 | e7e03f7de7e03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)