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 | 壯ф?帳?? | 100110101110000110000100100001100011111110010010101000000011111100111111 | 9ae184863f92a03f3f |
EUC-JP | 壯ф?帳?? | 110101001110001110100111111001100011111111000100101000100011111100111111 | d4e3a7e63fc4a23f3f |
UTF-8 | 壯ф뜥帳⑵뮅 | 1110010110100011101011111101000110000100111010111001110010100101111001011011100010110011111000101001000110110101111010111010111010000101 | e5a3afd184eb9ca5e5b8b3e291b5ebae85 |
UHC | 壯ф뜥帳⑵뮅 | 111011011110000010101100111001101000110110101000111011011110001110101001111010001001001010010100 | ede0ace68da8ede3a9e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)