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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?班? | 00111111100101001100011100111111 | 3f94c73f |
EUC-JP | ?班? | 00111111110010001100100100111111 | 3fc8c93f |
UTF-8 | 뤶班댓 | 111010111010010010110110111001111000111110101101111010111000110010010011 | eba4b6e78fadeb8c93 |
UHC | 뤶班댓 | 100011111110010011011010111011001011010011110001 | 8fe4daecb4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)