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 | 羆合温 | 111000111010111110001101100001111000100110110111 | e3af8d8789b7 |
EUC-JP | 羆合温 | 111001101011000110111001111001111011001010111001 | e6b1b9e7b2b9 |
UTF-8 | 羆合温 | 111001111011111010000110111001011001000010001000111001101011100010101001 | e7be86e59088e6b8a9 |
UHC | ?合? | 00111111111110011110101000111111 | 3ff9ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)