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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 帳??辱?ズ | 100100101010000000111111001111111001000001001010001111111000001101011001 | 92a03f3f904a3f8359 |
EUC-JP | 帳??辱?ズ | 110001001010001000111111001111111011111110101011001111111010010110111010 | c4a23f3fbfab3fa5ba |
UTF-8 | 帳ㅵ윿辱녺ズ | 111001011011100010110011111000111000010110110101111011001001110010111111111010001011111010110001111010111000010110111010111000111000001010111010 | e5b8b3e385b5ec9cbfe8beb1eb85bae382ba |
UHC | 帳ㅵ윿辱녺ズ | 111011011110001110100100111001011001111110110111111010011011010010000110111001111010101110111010 | ede3a4e59fb7e9b486e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)