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 | 鉤芽ヲ問゚ | 1110011111101010100010011110100010100110100101101110001011011111 | e7ea89e8a696e2df |
EUC-JP | 鉤芽ヲ問゚ | 11101110111011001011001011101010100011101010011011001100111001001000111011011111 | eeecb2ea8ea6cce48edf |
UTF-8 | 鉤芽ヲ問゚ | 111010011000100110100100111010001000101010111101111011111011110110100110111001011001010110001111111011111011111010011111 | e989a4e88abdefbda6e5958fefbe9f |
UHC | 鉤芽?問? | 1100111111001001111001001011010000111111110110011111110100111111 | cfc9e4b43fd9fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)