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 | 뤶班죳 | 111010111010010010110110111001111000111110101101111011001010001110110011 | eba4b6e78fadeca3b3 |
UHC | 뤶班죳 | 100011111110010011011010111011001010000110001110 | 8fe4daeca18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)