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 | 迴育水^ | 11100111100011111000100011100111100100001000010101011110 | e78f88e790855e |
EUC-JP | 迴育水^ | 11101101111011111011000011101001101111111110010101011110 | edefb0e9bfe55e |
UTF-8 | 迴育水^ | 11101000101111111011010011101000100000101011001011100110101100001011010001011110 | e8bfb4e882b2e6b0b45e |
UHC | ?育水^ | 001111111110101111000000111000101010100101011110 | 3febc0e2a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)