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 | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
SJIS-WIN | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
EUC-JP | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
UTF-8 | 손샵nD손샵nD^ | 1110110010000110100100001110110010000011101101010110111001000100111011001000011010010000111011001000001110110101011011100100010001011110 | ec8690ec83b56e44ec8690ec83b56e445e |
UHC | 손샵nD손샵nD^ | 10111100110101011011110010100101011011100100010010111100110101011011110010100101011011100100010001011110 | bcd5bca56e44bcd5bca56e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)