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 | 騾大ョ唯 | 11101001100000001001000111100101101011101001011101000010 | e98091e5ae9742 |
EUC-JP | 騾大ョ唯 | 1111000111100000110000101110011110001110101011101100110110100011 | f1e0c2e78eaecda3 |
UTF-8 | 騾大ョ唯 | 111010011010100010111110111001011010010010100111111011111011110110101110111001011001010010101111 | e9a8bee5a4a7efbdaee594af |
UHC | ?大?唯 | 001111111101001111011110001111111110101011100110 | 3fd3de3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)