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 | 崇囚? | 1001000010010010100011101111101000111111 | 90928efa3f |
EUC-JP | 崇囚? | 1011111111110010101111001111110000111111 | bff2bcfc3f |
UTF-8 | 崇囚쌢 | 111001011011010010000111111001011001101110011010111011001000110010100010 | e5b487e59b9aec8ca2 |
UHC | 崇囚쌢 | 111000101111110111100001111101101001101101001110 | e2fde1f69b4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)