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 | 苑牢? | 1000100110010001100110000101001100111111 | 899198533f |
EUC-JP | 苑牢? | 1011000111110001110011111011010000111111 | b1f1cfb43f |
UTF-8 | 苑牢㉡ | 111010001000101110010001111001111000100110100010111000111000100110100001 | e88b91e789a2e389a1 |
UHC | 苑牢㉡ | 111010101011110111010110111011111010100010110010 | eabdd6efa8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)