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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 額?陽 | 1000101001111010001111111001011101111010 | 8a7a3f977a |
EUC-JP | 額棅陽 | 10110011110110111000111111000011111110111100110111011011 | b3db8fc3fbcddb |
UTF-8 | 額棅陽 | 111010011010000110001101111001101010001110000101111010011001100110111101 | e9a18de6a385e999bd |
UHC | 額棅陽 | 111001001111111011011100101110001110010111010101 | e4fedcb8e5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)