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 | ??W?A?? | 00111111001111110101011100111111010000010011111100111111 | 3f3f573f413f3f |
SJIS-WIN | ??W?A?? | 00111111001111110101011100111111010000010011111100111111 | 3f3f573f413f3f |
EUC-JP | ??W?A?? | 00111111001111110101011100111111010000010011111100111111 | 3f3f573f413f3f |
UTF-8 | 혩첸W혪A혩쨈 | 1110110110011000101010011110110010110010101110000101011111101101100110001010101001000001111011011001100010101001111011001010100010001000 | ed98a9ecb2b857ed98aa41ed98a9eca888 |
UHC | 혩첸W혪A혩쨈 | 110000101001000111000011101111100101011111000010100100100100000111000010100100011100001010110100 | c291c3be57c29241c291c2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)