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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?屎?B | 0011111110011011100111010011111101000010 | 3f9b9d3f42 |
EUC-JP | ?屎?B | 0011111111010101111111010011111101000010 | 3fd5fd3f42 |
UTF-8 | 웆屎겦B | 11101100100110111000011011100101101100011000111011101010101100101010011001000010 | ec9b86e5b18eeab2a642 |
UHC | 웆屎겦B | 10011111010101001110001110111010100000011011100001000010 | 9f54e3ba81b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)