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 | 聿篝狡 | 111000111110010011100010101111101110000011000010 | e3e4e2bee0c2 |
EUC-JP | 聿篝狡 | 111001101110011011100100110000001110000011000100 | e6e6e4c0e0c4 |
UTF-8 | 聿篝狡 | 111010001000000110111111111001111010111110011101111001111000101110100001 | e881bfe7af9de78ba1 |
UHC | 聿?狡 | 1110101111010011001111111100111011101010 | ebd33fceea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)