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 | ??f? | 0011111100111111100000101000011000111111 | 3f3f82863f |
EUC-JP | 饔?f? | 10001111111010001110111100111111101000111110011000111111 | 8fe8ef3fa3e63f |
UTF-8 | 饔뙿f랩 | 111010011010010110010100111010111001100110111111111011111011110110000110111010111001111010101001 | e9a594eb99bfefbd86eb9ea9 |
UHC | 饔뙿f랩 | 1110100010111101100011001100001010100011111001101011011110100110 | e8bd8cc2a3e6b7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)