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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箙釈社 | 111000101011011110001110110111111000111011010000 | e2b78edf8ed0 |
EUC-JP | 箙釈社 | 111001001011100110111100111000011011110011010010 | e4b9bce1bcd2 |
UTF-8 | 箙釈社 | 111001111010111010011001111010011000011110001000111001111010010010111110 | e7ae99e98788e7a4be |
UHC | ??社 | 00111111001111111101111011100100 | 3f3fdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)