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 | ??º? | 00111111001111111011101000111111 | 3f3fba3f |
SJIS-WIN | 沃??? | 1001011110000000001111110011111100111111 | 97803f3f3f |
EUC-JP | 沃?º? | 11001101111000000011111110001111101000101110101100111111 | cde03f8fa2eb3f |
UTF-8 | 沃욌º李 | 1110011010110010100000111110110010011010100011001100001010111010111011111010011110100001 | e6b283ec9a8cc2baefa7a1 |
UHC | 沃욌º李 | 1110100010101010100111101110101110101000101011001110110010110000 | e8aa9eeba8acecb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)