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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襍ヲ豎宣攣 | 111010001011010110100110111001101011000110010000111010011001110110111001 | e8b5a6e6b190e99db9 |
EUC-JP | 襍ヲ豎宣攣 | 11110000101101111000111010100110111011001011001111000000111010111101101010111011 | f0b78ea6ecb3c0ebdabb |
UTF-8 | 襍ヲ豎宣攣 | 111010001010010110001101111011111011110110100110111010001011000110001110111001011010111010100011111001101001010010100011 | e8a58defbda6e8b18ee5aea3e694a3 |
UHC | ???宣攣 | 00111111001111110011111111100000101111101101010111111101 | 3f3f3fe0bed5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)