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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 룫立卽◈룵줖 | 111010111010001110101011111011111010011110110111111001011000110110111101111000101001011110001000111010111010001110110101111011001010010010010110 | eba3abefa7b7e58dbde29788eba3b5eca496 |
UHC | 룫立卽◈룵줖 | 100011111010001011101101101000011111000111101101101000101100001010001111101010101010001001000110 | 8fa2eda1f1eda2c28faaa246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)