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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 襞咲П襞咲ПB | 11100101111111001000110111100111100001000101000011100101111111001000110111100111100001000101000001000010 | e5fc8de78450e5fc8de7845042 |
EUC-JP | 襞咲П襞咲ПB | 11101010111111101011101011101001101001111011000111101010111111101011101011101001101001111011000101000010 | eafebae9a7b1eafebae9a7b142 |
UTF-8 | 襞咲П襞咲ПB | 1110100010100101100111101110010110010010101100101101000010011111111010001010010110011110111001011001001010110010110100001001111101000010 | e8a59ee592b2d09fe8a59ee592b2d09f42 |
UHC | ??П??ПB | 001111110011111110101100101100010011111100111111101011001011000101000010 | 3f3facb13f3facb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)