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 | 鈔」邏吼 | 11100111111000101010001111100111101101001001100111100001 | e7e2a3e7b499e1 |
EUC-JP | 鈔」邏吼 | 1110111011100100100011101010001111101110101101101101001011100011 | eee48ea3eeb6d2e3 |
UTF-8 | 鈔」邏吼 | 111010011000100010010100111011111011110110100011111010011000001010001111111001011001000010111100 | e98894efbda3e9828fe590bc |
UHC | ??邏吼 | 001111110011111111010101101001001111110110101001 | 3f3fd5a4fda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)