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 | 奬?媛紗? | 1001101011111011001111111001010101010001100011101101000100111111 | 9afb3f95518ed13f |
EUC-JP | 奬?媛紗? | 1101010011111101001111111100100110110010101111001101001100111111 | d4fd3fc9b2bcd33f |
UTF-8 | 奬렯媛紗볶 | 111001011010010110101100111010111010000010101111111001011010101010011011111001111011010010010111111010111011001110110110 | e5a5aceba0afe5aa9be7b497ebb3b6 |
UHC | 奬렯媛紗볶 | 11101101111000011000111010111100111010101011000011011110111010011011101010111010 | ede18ebceab0dee9baba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)