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 | 蓴?寇 | 1110010011110001001111111001101110000100 | e4f13f9b84 |
EUC-JP | 蓴焰寇 | 11101000111100111000111111001001111011111101010111100100 | e8f38fc9efd5e4 |
UTF-8 | 蓴焰寇 | 111010001001001110110100111001111000010010110000111001011010111110000111 | e893b4e784b0e5af87 |
UHC | 蓴焰寇 | 111000101111000111100110111110111100111110101000 | e2f1e6fbcfa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)