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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壌?貔シ | 100011111110101100111111111001101011111010111100 | 8feb3fe6bebc |
EUC-JP | 壌恗貔シ | 101111101110110110001111101111011110011011101100110000001000111010111100 | beed8fbde6ecc08ebc |
UTF-8 | 壌恗貔シ | 111001011010001110001100111001101000000110010111111010001011001010010100111011111011110110111100 | e5a38ce68197e8b294efbdbc |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)