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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 帙??? | 1001101111100011001111110011111100111111 | 9be33f3f3f |
EUC-JP | 帙??? | 1101011011100101001111110011111100111111 | d6e53f3f3f |
UTF-8 | 帙롆렼섈 | 111001011011100010011001111010111010000110000110111010111010000010111100111011001000010010001000 | e5b899eba186eba0bcec8488 |
UHC | 帙롆렼섈 | 1111001011101101100011101100110010001110110001001011110010101010 | f2ed8ecc8ec4bcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)