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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?葛?調 | 001111111000101010001011001111111001001010110010 | 3f8a8b3f92b2 |
EUC-JP | 塼葛?調 | 1000111110111000101110011011001111101011001111111100010010110100 | 8fb8b9b3eb3fc4b4 |
UTF-8 | 塼葛갹調 | 111001011010000110111100111010001001000110011011111010101011000010111001111010001010101010111111 | e5a1bce8919beab0b9e8aabf |
UHC | 塼葛갹調 | 1110111011110100110010101110011110110000101111011111000011100000 | eef4cae7b0bdf0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)