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 | 魍育矯蓁 | 1110100110110001100010001110011110001011101110001110010011101011 | e9b188e78bb8e4eb |
EUC-JP | 魍育矯蓁 | 1111001010110011101100001110100110110110101110101110100011101101 | f2b3b0e9b6bae8ed |
UTF-8 | 魍育矯蓁 | 111010011010110110001101111010001000001010110010111001111001111110101111111010001001001110000001 | e9ad8de882b2e79fafe89381 |
UHC | ?育矯? | 001111111110101111000000110011101110110000111111 | 3febc0ceec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)