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 | 槊伉姪 | 100111101100110010011000110000101001011011000011 | 9ecc98c296c3 |
EUC-JP | 槊伉姪 | 110111001100111011010000110001001100110011000101 | dcced0c4ccc5 |
UTF-8 | 槊伉姪 | 111001101010011110001010111001001011110010001001111001011010011110101010 | e6a78ae4bc89e5a7aa |
UHC | ?伉姪 | 0011111111111001111100101111001011101011 | 3ff9f2f2eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)