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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅲ嫉肛ヤ | 11111010010000101000111010111001111000111110100011010100 | fa428eb9e3e8d4 |
EUC-JP | ?嫉肛ヤ | 00111111101111001011101111100110111010101000111011010100 | 3fbcbbe6ea8ed4 |
UTF-8 | ⅲ嫉肛ヤ | 111000101000010110110010111001011010101110001001111010001000001010011011111011111011111010010100 | e285b2e5ab89e8829befbe94 |
UHC | ⅲ嫉肛? | 10100101101000111111001011101100111110011111110100111111 | a5a3f2ecf9fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)