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 | ??????}[ | 0011111100111111001111110011111100111111001111110111110101011011 | 3f3f3f3f3f3f7d5b |
SJIS-WIN | ??????}[ | 0011111100111111001111110011111100111111001111110111110101011011 | 3f3f3f3f3f3f7d5b |
EUC-JP | ??????}[ | 0011111100111111001111110011111100111111001111110111110101011011 | 3f3f3f3f3f3f7d5b |
UTF-8 | 횂혺횄짹횄혻}[ | 1110110110011010100000101110110110011000101110101110110110011010100001001110110010100111101110011110110110011010100001001110110110011000101110110111110101011011 | ed9a82ed98baed9a84eca7b9ed9a84ed98bb7d5b |
UHC | 횂혺횄짹횄혻}[ | 1100001110000010110000101001111111000011100000111100001010110001110000111000001111000010101000000111110101011011 | c382c29fc383c2b1c383c2a07d5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)