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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???班? | 001111110011111100111111100101001100011100111111 | 3f3f3f94c73f |
EUC-JP | ???班? | 001111110011111100111111110010001100100100111111 | 3f3f3fc8c93f |
UTF-8 | 알뤗퓸班텕 | 111011001001010110001100111010111010010010010111111011011001001110111000111001111000111110101101111011011000010110010101 | ec958ceba497ed93b8e78faded8595 |
UHC | 알뤗퓸班텕 | 10111110110010111000111111000111110001111011111011011010111011001011011010001110 | becb8fc7c7bedaecb68e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)