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 | 옵흣김옵흣김^ | 11101100100110001011010111101101100111011010001111101010101110011000000011101100100110001011010111101101100111011010001111101010101110011000000001011110 | ec98b5ed9da3eab980ec98b5ed9da3eab9805e |
UHC | 옵흣김옵흣김^ | 10111111110010011100100011101110101100011110100010111111110010011100100011101110101100011110100001011110 | bfc9c8eeb1e8bfc9c8eeb1e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)