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 | 躁℡? | 1110011101001110100001111000010000111111 | e74e87843f |
EUC-JP | 躁?? | 11101101101011110011111100111111 | edaf3f3f |
UTF-8 | 躁℡벅 | 111010001011101010000001111000101000010010100001111010111011001010000101 | e8ba81e284a1ebb285 |
UHC | 躁℡벅 | 111100001110001010100010111001011011100111110111 | f0e2a2e5b9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)