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 | 錵衰晒 | 111010000100010110010000100010101000111001001110 | e845908a8e4e |
EUC-JP | 錵衰晒 | 111011111010011010111111111010101011101110101111 | efa6bfeabbaf |
UTF-8 | 錵衰晒 | 111010011000110010110101111010001010000110110000111001101001100110010010 | e98cb5e8a1b0e69992 |
UHC | ?衰? | 00111111111000011111000100111111 | 3fe1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)