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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鏑邁? | 1001001101001100111001111011000000111111 | 934ce7b03f |
EUC-JP | 鏑邁? | 1100010110101101111011101011001000111111 | c5adeeb23f |
UTF-8 | 鏑邁껌 | 111010011000111110010001111010011000001010000001111010101011101110001100 | e98f91e98281eabb8c |
UHC | 鏑邁껌 | 111011101110101111011000111001001011001010101101 | eeebd8e4b2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)