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 | ????BB | 001111110011111100111111001111110100001001000010 | 3f3f3f3f4242 |
SJIS-WIN | ????BB | 001111110011111100111111001111110100001001000010 | 3f3f3f3f4242 |
EUC-JP | ????BB | 001111110011111100111111001111110100001001000010 | 3f3f3f3f4242 |
UTF-8 | 횄쨩횄혨BB | 1110110110011010100001001110110010101000101010011110110110011010100001001110110110011000101010000100001001000010 | ed9a84eca8a9ed9a84ed98a84242 |
UHC | 횄쨩횄혨BB | 11000011100000111100001010111011110000111000001111000010100100000100001001000010 | c383c2bbc383c2904242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)