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 | 仙?席? | 100100001110010100111111100100001100100000111111 | 90e53f90c83f |
EUC-JP | 仙飡席詵 | 11000000111001111000111111101000110010001100000011001010100011111101110111100111 | c0e78fe8c8c0ca8fdde7 |
UTF-8 | 仙飡席詵 | 111001001011101110011001111010011010001110100001111001011011100010101101111010001010100110110101 | e4bb99e9a3a1e5b8ade8a9b5 |
UHC | 仙飡席詵 | 1110000010111001111000011110001011100000101011001110000011010010 | e0b9e1e2e0ace0d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)