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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 陜呻スェB | 11101000100111011001100111101111101111011010101001000010 | e89d99efbdaa42 |
EUC-JP | 陜呻スェB | 111011111111110111010010111100011000111010111101100011101010101001000010 | effdd2f18ebd8eaa42 |
UTF-8 | 陜呻スェB | 11101001100110011001110011100101100100011011101111101111101111011011110111101111101111011010101001000010 | e9999ce591bbefbdbdefbdaa42 |
UHC | 陜呻??B | 11111001111100001110001111100010001111110011111101000010 | f9f0e3e23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)