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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???臾? | 001111110011111100111111111001000110101100111111 | 3f3f3fe46b3f |
EUC-JP | ???臾? | 001111110011111100111111111001111100110000111111 | 3f3f3fe7cc3f |
UTF-8 | 溜볥쐧臾둆 | 111011111010011110001011111010111011001110100101111011001001000010100111111010001000011110111110111010111001000110000110 | efa78bebb3a5ec90a7e887beeb9186 |
UHC | 溜볥쐧臾둆 | 11101010111111101001001111101011100111001000110011101011101011001000101001000010 | eafe93eb9c8cebac8a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)