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 | 贈?衆?? | 10010001101000010011111110001111010011110011111100111111 | 91a13f8f4f3f3f |
EUC-JP | 贈?衆?? | 11000010101000110011111110111101101100000011111100111111 | c2a33fbdb03f3f |
UTF-8 | 贈렢衆肋렱 | 111010001011010010001000111010111010000010100010111010001010000110000110111011111010010110010011111010111010000010110001 | e8b488eba0a2e8a186efa593eba0b1 |
UHC | 贈렢衆肋렱 | 11110001111111001000111010110011111100011110101111010010111100011000111010111110 | f1fc8eb3f1ebd2f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)