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 | 癲э━^ | 11100001100111111000010010001111100001001010101001011110 | e19f848f84aa5e |
EUC-JP | 癲э━^ | 11100010101000011010011111101111101010001010110001011110 | e2a1a7efa8ac5e |
UTF-8 | 癲э━^ | 111001111001100110110010110100011000110111100010100101001000000101011110 | e799b2d18de294815e |
UHC | 癲э━^ | 11101111101001101010110011101111101001101010110001011110 | efa6acefa6ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)