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 | 襾炊 | 11100110010001111001000010000110 | e6479086 |
EUC-JP | 襾炊 | 11101011101010001011111111100110 | eba8bfe6 |
UTF-8 | 襾炊 | 111010001010010110111110111001111000001010001010 | e8a5bee7828a |
UHC | ?炊 | 001111111111011010100111 | 3ff6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)