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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 有?D有?D^ | 100101110100110000111111010001001001011101001100001111110100010001011110 | 974c3f44974c3f445e |
EUC-JP | 有?D有?D^ | 110011011010110100111111010001001100110110101101001111110100010001011110 | cdad3f44cdad3f445e |
UTF-8 | 有렱D有렱D^ | 111001101001110010001001111010111010000010110001010001001110011010011100100010011110101110100000101100010100010001011110 | e69c89eba0b144e69c89eba0b1445e |
UHC | 有렱D有렱D^ | 1110101011110011100011101011111001000100111010101111001110001110101111100100010001011110 | eaf38ebe44eaf38ebe445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)