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 | ???氏?? | 00111111001111110011111110001110100000010011111100111111 | 3f3f3f8e813f3f |
EUC-JP | ?堧琁氏?? | 0011111110001111101110001010100010001111110011001010001110111011111000010011111100111111 | 3f8fb8a88fcca3bbe13f3f |
UTF-8 | 黎堧琁氏롛롔 | 111011111010011010001001111001011010000010100111111001111001000010000001111001101011000010001111111010111010000110011011111010111010000110010100 | efa689e5a0a7e79081e6b08feba19beba194 |
UHC | 黎堧琁氏롛롔 | 111001101011000111100110110000001110000011000100111001001010101110001110110111111000111011011000 | e6b1e6c0e0c4e4ab8edf8ed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)