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 | 丞??掖 | 100011111110010100111111001111111001110101110100 | 8fe53f3f9d74 |
EUC-JP | 丞??掖 | 101111101110011100111111001111111101100111010101 | bee73f3fd9d5 |
UTF-8 | 丞뜄렧掖 | 111001001011100010011110111010111001110010000100111010111010000010100111111001101000111010010110 | e4b89eeb9c84eba0a7e68e96 |
UHC | 丞뜄렧掖 | 1110001110101010100011011000100010001110101101101110010011111010 | e3aa8d888eb6e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)