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 | 蔘瘻}蔘瘻{^ | 1110010011110011111000011001000101111101111001001111001111100001100100010111101101011110 | e4f3e1917de4f3e1917b5e |
EUC-JP | 蔘瘻}蔘瘻{^ | 1110100011110101111000011111000101111101111010001111010111100001111100010111101101011110 | e8f5e1f17de8f5e1f17b5e |
UTF-8 | 蔘瘻}蔘瘻{^ | 111010001001010010011000111001111001100010111011011111011110100010010100100110001110011110011000101110110111101101011110 | e89498e798bb7de89498e798bb7b5e |
UHC | 蔘瘻}蔘瘻{^ | 1101111110111000110101111010101001111101110111111011100011010111101010100111101101011110 | dfb8d7aa7ddfb8d7aa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)