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 | ?嵩?訥ケ | 0011111110010000100100110011111111100110011000111000001101010000 | 3f90933fe6638350 |
EUC-JP | ?嵩?訥ケ | 0011111110111111111100110011111111101011110001001010010110110001 | 3fbff33febc4a5b1 |
UTF-8 | 룶嵩룵訥ケ | 111010111010001110110110111001011011010110101001111010111010001110110101111010001010100010100101111000111000001010110001 | eba3b6e5b5a9eba3b5e8a8a5e382b1 |
UHC | 룶嵩룵訥ケ | 10001111101010111110001110100001100011111010101011010010111011011010101110110001 | 8fabe3a18faad2edabb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)