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 | 雋よサ疲祷陷 | 1110100010110010100000101110011010111011100101001110011010010011100110001110100010011100 | e8b282e6bb94e69398e89c |
EUC-JP | 雋よサ疲祷陷 | 111100001011010010100100111010001000111010111011110010001110100011000101111110001110111111111100 | f0b4a4e88ebbc8e8c5f8effc |
UTF-8 | 雋よサ疲祷陷 | 111010011001101110001011111000111000001010001000111011111011110110111011111001111001011010110010111001111010010110110111111010011001100110110111 | e99b8be38288efbdbbe796b2e7a5b7e999b7 |
UHC | 雋よ?疲?陷 | 11110001111001101010101011101000001111111111100110101010001111111111100111101000 | f1e6aae83ff9aa3ff9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)