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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉤芽ュ | 1110011111101010100010011110100010101101 | e7ea89e8ad |
EUC-JP | 鉤芽ュ | 111011101110110010110010111010101000111010101101 | eeecb2ea8ead |
UTF-8 | 鉤芽ュ | 111010011000100110100100111010001000101010111101111011111011110110101101 | e989a4e88abdefbdad |
UHC | 鉤芽? | 1100111111001001111001001011010000111111 | cfc9e4b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)