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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 莨炊 | 11100100101111001001000010000110 | e4bc9086 |
EUC-JP | 莨炊 | 11101000101111101011111111100110 | e8bebfe6 |
UTF-8 | 莨炊 | 111010001000111010101000111001111000001010001010 | e88ea8e7828a |
UHC | ?炊 | 001111111111011010100111 | 3ff6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)