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 | 辜嬢徐峵 | 1110011110000011100011111110110010001111100110011111101010101110 | e7838fec8f99faae |
EUC-JP | 辜嬢徐? | 11101101111000111011111011101110101111011111100100111111 | ede3beeebdf93f |
UTF-8 | 辜嬢徐峵 | 111010001011111010011100111001011010110010100010111001011011111010010000111001011011001110110101 | e8be9ce5aca2e5be90e5b3b5 |
UHC | 辜?徐? | 110011011101000000111111110111111110111100111111 | cdd03fdfef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)