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 | 疾尺シ | 1000111010111110100011101101101010111100 | 8ebe8edabc |
EUC-JP | 疾尺シ | 101111001100000010111100110111001000111010111100 | bcc0bcdc8ebc |
UTF-8 | 疾尺シ | 111001111001011010111110111001011011000010111010111011111011110110111100 | e796bee5b0baefbdbc |
UHC | 疾尺? | 1111001011110000111101001010100100111111 | f2f0f4a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)