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 | ?????dB | 00111111001111110011111100111111001111110110010001000010 | 3f3f3f3f3f6442 |
SJIS-WIN | ??ビ?猶dB | 001111110011111110000011011100100011111110010111010100000110010001000010 | 3f3f83723f97506442 |
EUC-JP | ??ビ?猶dB | 001111110011111110100101110100110011111111001101101100010110010001000010 | 3f3fa5d33fcdb16442 |
UTF-8 | 룶핊ビ룫猶dB | 1110101110100011101101101110110110010101100010101110001110000011100100111110101110100011101010111110011110001100101101100110010001000010 | eba3b6ed958ae38393eba3abe78cb66442 |
UHC | 룶핊ビ룫猶dB | 100011111010101111000000100011111010101111010011100011111010001011101011101000100110010001000010 | 8fabc08fabd38fa2eba26442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)