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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鍗豸獺 | 1111101111100000111100101110101011100110101101101110000011011010 | fbe0f2eae6b6e0da |
EUC-JP | 鍗?豸獺 | 1000111111100100111011110011111111101100101110001110000011011100 | 8fe4ef3fecb8e0dc |
UTF-8 | 鍗豸獺 | 111010011000110110010111111011101000100010100001111010001011000110111000111001111000110110111010 | e98d97ee88a1e8b1b8e78dba |
UHC | ???獺 | 0011111100111111001111111101001110110111 | 3f3f3fd3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)