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 | ??¤??? | 001111110011111110100100001111110011111100111111 | 3f3fa43f3f3f |
SJIS-WIN | ???沃?? | 00111111001111110011111110010111100000000011111100111111 | 3f3f3f97803f3f |
EUC-JP | ??¤沃?? | 001111110011111110001111101000101111000011001101111000000011111100111111 | 3f3f8fa2f0cde03f3f |
UTF-8 | 筽뚩¤沃ㅵ뼀 | 1110011110101101101111011110101110011010101010011100001010100100111001101011001010000011111000111000010110110101111010111011110010000000 | e7adbdeb9aa9c2a4e6b283e385b5ebbc80 |
UHC | 筽뚩¤沃ㅵ뼀 | 111010001010010010001100111010001010001010110100111010001010101010100100111001011001011010001011 | e8a48ce8a2b4e8aaa4e5968b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)