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 | 鼇??淫?? | 1110101010000111001111110011111110001000111110100011111100111111 | ea873f3f88fa3f3f |
EUC-JP | 鼇??淫?? | 1111001111100111001111110011111110110000111111000011111100111111 | f3e73f3fb0fc3f3f |
UTF-8 | 鼇귦쓽淫덂섧 | 111010011011110010000111111010101011011110100110111011001001001110111101111001101011011110101011111010111000110110000010111011001000010010100111 | e9bc87eab7a6ec93bde6b7abeb8d82ec84a7 |
UHC | 鼇귦쓽淫덂섧 | 111010001010100010000010111011011001110110011000111010111110001010001000111001011011110010110101 | e8a882ed9d98ebe288e5bcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)