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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?忽?秘?B | 0011111110001101100110100011111110010100111010010011111101000010 | 3f8d9a3f94e93f42 |
EUC-JP | ?忽?秘?B | 0011111110111001111110100011111111001000111010110011111101000010 | 3fb9fa3fc8eb3f42 |
UTF-8 | 뤗忽톽秘렩B | 11101011101001001001011111100101101111111011110111101101100001101011110111100111101001111001100011101011101000001010100101000010 | eba497e5bfbded86bde7a798eba0a942 |
UHC | 뤗忽톽秘렩B | 1000111111000111111110111110110010110111100011111101110111111010100011101011011101000010 | 8fc7fbecb78fddfa8eb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)