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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 잙샯쀈잙샯쀈^ | 11101100100111101001100111101100100000111010111111101100100000001000100011101100100111101001100111101100100000111010111111101100100000001000100001011110 | ec9e99ec83afec8088ec9e99ec83afec80885e |
UHC | 잙샯쀈잙샯쀈^ | 10011111111010111001100011010011100101111100100010011111111010111001100011010011100101111100100001011110 | 9feb98d397c89feb98d397c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)