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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矣 | 11110101101111011111011011100010111101011011110111100001111000011111010110111101 | f5bdf6e2f5bde1e1f5bd |
EUC-JP | ???矣? | 001111110011111100111111111000101110001100111111 | 3f3f3fe2e33f |
UTF-8 | 矣 | 111011101001000010101000111011101001010010001001111011101001000010101000111001111001111110100011111011101001000010101000 | ee90a8ee9489ee90a8e79fa3ee90a8 |
UHC | ???矣? | 001111110011111100111111111010111111100000111111 | 3f3f3febf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)