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 | ?班肆 | 0011111110010100110001111110001111100110 | 3f94c7e3e6 |
EUC-JP | ?班肆 | 0011111111001000110010011110011011101000 | 3fc8c9e6e8 |
UTF-8 | 뤶班肆 | 111010111010010010110110111001111000111110101101111010001000001010000110 | eba4b6e78fade88286 |
UHC | 뤶班肆 | 100011111110010011011010111011001101111011101011 | 8fe4daecdeeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)