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 | 壌?貔 | 1000111111101011001111111110011010111110 | 8feb3fe6be |
EUC-JP | 壌恗貔 | 10111110111011011000111110111101111001101110110011000000 | beed8fbde6ecc0 |
UTF-8 | 壌恗貔 | 111001011010001110001100111001101000000110010111111010001011001010010100 | e5a38ce68197e8b294 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)