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 | 灼実籀 | 100011101101110010001110110000001110001011011000 | 8edc8ec0e2d8 |
EUC-JP | 灼実籀 | 101111001101111010111100110000101110010011011010 | bcdebcc2e4da |
UTF-8 | 灼実籀 | 111001111000000110111100111001011010111010011111111001111011000110000000 | e781bce5ae9fe7b180 |
UHC | 灼?? | 11101101110001110011111100111111 | edc73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)