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 | 岦咒葬 | 111110101010110010011001111011101001000110010010 | faac99ee9192 |
EUC-JP | 岦咒葬 | 10001111101110111011001111010010111100001100000111110010 | 8fbbb3d2f0c1f2 |
UTF-8 | 岦咒葬 | 111001011011001010100110111001011001001010010010111010001001000110101100 | e5b2a6e59292e891ac |
UHC | ??葬 | 00111111001111111110110111110111 | 3f3fedf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)