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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 閼ア貉帶搗B | 11101000100001001011000111100110101110011001101111100110100111011001000101000010 | e884b1e6b99be69d9142 |
EUC-JP | 閼ア貉帶搗B | 1110111111100100100011101011000111101100101110111101011011101000110110011111000101000010 | efe48eb1ecbbd6e8d9f142 |
UTF-8 | 閼ア貉帶搗B | 11101001100101101011110011101111101111011011000111101000101100101000100111100101101110001011011011100110100100001001011101000010 | e996bcefbdb1e8b289e5b8b6e6909742 |
UHC | 閼??帶搗B | 111001001101100100111111001111111101001111100001110100111111110101000010 | e4d93f3fd3e1d3fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)