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^ | 1110110010000101100101001110110010000011101101000110111001000100111011001000010110010100111011001000001110110100011011100100010001011110 | ec8594ec83b46e44ec8594ec83b46e445e |
UHC | 셔샴nD셔샴nD^ | 10111100110001011011110010100100011011100100010010111100110001011011110010100100011011100100010001011110 | bcc5bca46e44bcc5bca46e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)