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 | ??淵?? | 001111110011111110010101101000110011111100111111 | 3f3f95a33f3f |
EUC-JP | ??淵?搔 | 0011111100111111110010101010010100111111100011111100000011001011 | 3f3fcaa53f8fc0cb |
UTF-8 | 읝쀑淵읞搔 | 111011001001110110011101111011001000000010010001111001101011011110110101111011001001110110011110111001101001000010010100 | ec9d9dec8091e6b7b5ec9d9ee69094 |
UHC | 읝쀑淵읞搔 | 10011111110001101001011111010001111001101101000010011111110001111110000110111000 | 9fc697d1e6d09fc7e1b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)