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 | 魍育矯蓁呈 | 11101001101100011000100011100111100010111011100011100100111010111001001011100110 | e9b188e78bb8e4eb92e6 |
EUC-JP | 魍育矯蓁呈 | 11110010101100111011000011101001101101101011101011101000111011011100010011101000 | f2b3b0e9b6bae8edc4e8 |
UTF-8 | 魍育矯蓁呈 | 111010011010110110001101111010001000001010110010111001111001111110101111111010001001001110000001111001011001000110001000 | e9ad8de882b2e79fafe89381e59188 |
UHC | ?育矯?呈 | 0011111111101011110000001100111011101100001111111110111111010000 | 3febc0ceec3fefd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)