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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 璧竰碵^ | 11100000111110001110001010010010111000011111000101011110 | e0f8e292e1f15e |
EUC-JP | 璧竰碵^ | 11100000111110101110001111110010111000101111001101011110 | e0fae3f2e2f35e |
UTF-8 | 璧竰碵^ | 11100111100100101010011111100111101010111011000011100111101000101011010101011110 | e792a7e7abb0e7a2b55e |
UHC | 璧??^ | 1101101111111101001111110011111101011110 | dbfd3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)