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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?曖?菖? | 00111111100111100100001000111111100011111101001000111111 | 3f9e423f8fd23f |
EUC-JP | ?曖?菖? | 00111111110110111010001100111111101111101101010000111111 | 3fdba33fbed43f |
UTF-8 | 솝曖양菖롗 | 111011001000011010011101111001101001101110010110111011001001011010010001111010001000111110010110111010111010000110010111 | ec869de69b96ec9691e88f96eba197 |
UHC | 솝曖양菖롗 | 10111100110110011110010011110010101111101110011111110011111011101000111011011011 | bcd9e4f2bee7f3ee8edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)