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^ | 111001111011001010101000010001001110011110110010101010000100010001011110 | e7b2a844e7b2a8445e |
EUC-JP | 邊ィD邊ィD^ | 1110111010110100100011101010100001000100111011101011010010001110101010000100010001011110 | eeb48ea844eeb48ea8445e |
UTF-8 | 邊ィD邊ィD^ | 111010011000001010001010111011111011110110101000010001001110100110000010100010101110111110111101101010000100010001011110 | e9828aefbda844e9828aefbda8445e |
UHC | 邊?D邊?D^ | 110111001010101100111111010001001101110010101011001111110100010001011110 | dcab3f44dcab3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)