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 | ??????_B | 0011111100111111001111110011111100111111001111110101111101000010 | 3f3f3f3f3f3f5f42 |
SJIS-WIN | ??????_B | 0011111100111111001111110011111100111111001111110101111101000010 | 3f3f3f3f3f3f5f42 |
EUC-JP | ??????_B | 0011111100111111001111110011111100111111001111110101111101000010 | 3f3f3f3f3f3f5f42 |
UTF-8 | 횄짙횄혝횄징_B | 1110110110011010100001001110110010100111100110011110110110011010100001001110110110011000100111011110110110011010100001001110110010100111100101010101111101000010 | ed9a84eca799ed9a84ed989ded9a84eca7955f42 |
UHC | 횄짙횄혝횄징_B | 1100001110000011110000101010001111000011100000111100001010000111110000111000001111000010101000010101111101000010 | c383c2a3c383c287c383c2a15f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)