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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 횞짰청챵 | 111011011001101010011110111011001010011110110000111011001011001010101101111011001011000110110101 | ed9a9eeca7b0ecb2adecb1b5 |
UHC | 횞짰청챵 | 1100001110010111110000101010111011000011101110111100001110110010 | c397c2aec3bbc3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)