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 | 蓁廷ョ罹イ | 1110010011101011100100101110110010101110100111001110101110110010 | e4eb92ecae9cebb2 |
EUC-JP | 蓁廷ョ罹イ | 11101000111011011100010011101110100011101010111011011000111011011000111010110010 | e8edc4ee8eaed8ed8eb2 |
UTF-8 | 蓁廷ョ罹イ | 111010001001001110000001111001011011101110110111111011111011110110101110111001111011110110111001111011111011110110110010 | e89381e5bbb7efbdaee7bdb9efbdb2 |
UHC | ?廷?罹? | 00111111111011111101010100111111110101111110011100111111 | 3fefd53fd7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)