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 | 雜吝、りイ | 1110100010110110100110011110010110100100100000101110100010110010 | e8b699e5a482e8b2 |
EUC-JP | 雜吝、りイ | 11110000101110001101001011100111100011101010010010100100111010101000111010110010 | f0b8d2e78ea4a4ea8eb2 |
UTF-8 | 雜吝、りイ | 111010011001101110011100111001011001000010011101111011111011110110100100111000111000001010001010111011111011110110110010 | e99b9ce5909defbda4e3828aefbdb2 |
UHC | 雜吝?り? | 1110110111011010110101111111000000111111101010101110101000111111 | eddad7f03faaea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)