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 | ???Y???Z | 0011111100111111001111110101100100111111001111110011111101011010 | 3f3f3f593f3f3f5a |
SJIS-WIN | ???Y???Z | 0011111100111111001111110101100100111111001111110011111101011010 | 3f3f3f593f3f3f5a |
EUC-JP | ???Y???Z | 0011111100111111001111110101100100111111001111110011111101011010 | 3f3f3f593f3f3f5a |
UTF-8 | 챈짙혚Y챈짙혚Z | 1110110010110001100010001110110010100111100110011110110110011000100110100101100111101100101100011000100011101100101001111001100111101101100110001001101001011010 | ecb188eca799ed989a59ecb188eca799ed989a5a |
UHC | 챈짙혚Y챈짙혚Z | 1100001110100110110000101010001111000010100001010101100111000011101001101100001010100011110000101000010101011010 | c3a6c2a3c28559c3a6c2a3c2855a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)