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 | 爼犒獻獗 | 1110000010101010111000001011010111100000110110011110000011010011 | e0aae0b5e0d9e0d3 |
EUC-JP | 爼犒獻獗 | 1110000010101100111000001011011111100000110110111110000011010101 | e0ace0b7e0dbe0d5 |
UTF-8 | 爼犒獻獗 | 111001111000100010111100111001111000101010010010111001111000110110111011111001111000110110010111 | e788bce78a92e78dbbe78d97 |
UHC | ??獻獗 | 001111110011111111111010110011001100111111110001 | 3f3ffacccff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)