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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ヘツァ遉ョフ | 11001101110000101010011111100111101001001010111011001100 | cdc2a7e7a4aecc |
EUC-JP | ヘツァ遉ョフ | 100011101100110110001110110000101000111010100111111011101010011010001110101011101000111011001100 | 8ecd8ec28ea7eea68eae8ecc |
UTF-8 | ヘツァ遉ョフ | 111011111011111010001101111011111011111010000010111011111011110110100111111010011000000110001001111011111011110110101110111011111011111010001100 | efbe8defbe82efbda7e98189efbdaeefbe8c |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)