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 | 韆コ雖芽 | 11101000111001101011101011100101101010111000100111101000 | e8e6bae5ab89e8 |
EUC-JP | 韆コ雖芽 | 1111000011101000100011101011101011101010101011011011001011101010 | f0e88ebaeaadb2ea |
UTF-8 | 韆コ雖芽 | 111010011001111110000110111011111011110110111010111010011001101110010110111010001000101010111101 | e99f86efbdbae99b96e88abd |
UHC | 韆?雖芽 | 11110100110001110011111111100010110011001110010010110100 | f4c73fe2cce4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)