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 | 傲??辱ヨ? | 100110001111110000111111001111111001000001001010100000111000100000111111 | 98fc3f3f904a83883f |
EUC-JP | 傲??辱ヨ? | 110100001111111000111111001111111011111110101011101001011110100000111111 | d0fe3f3fbfaba5e83f |
UTF-8 | 傲듣덱辱ヨ렦 | 111001011000001010110010111010111001001110100011111010111000110110110001111010001011111010110001111000111000001110101000111010111010000010100110 | e582b2eb93a3eb8db1e8beb1e383a8eba0a6 |
UHC | 傲듣덱辱ヨ렦 | 111001111110110010110101111010001011010110100110111010011011010010101011111010001000111010110101 | e7ecb5e8b5a6e9b4abe88eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)