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 | 鈺у? | 1111101111000100100001001000010100111111 | fbc484853f |
EUC-JP | 鈺у? | 100011111110001111010101101001111110010100111111 | 8fe3d5a7e53f |
UTF-8 | 鈺уㄷ | 1110100110001000101110101101000110000011111000111000010010110111 | e988bad183e384b7 |
UHC | 鈺уㄷ | 111010001010110110101100111001011010010010100111 | e8adace5a4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)