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 | 彫彫彫彫 | 1001001010100100100100101010010010010010101001001001001010100100 | 92a492a492a492a4 |
EUC-JP | 彫彫彫彫 | 1100010010100110110001001010011011000100101001101100010010100110 | c4a6c4a6c4a6c4a6 |
UTF-8 | 彫彫彫彫 | 111001011011110110101011111001011011110110101011111001011011110110101011111001011011110110101011 | e5bdabe5bdabe5bdabe5bdab |
UHC | 彫彫彫彫 | 1111000011000001111100001100000111110000110000011111000011000001 | f0c1f0c1f0c1f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)