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 | 預??? | 1001011101100001001111110011111100111111 | 97613f3f3f |
EUC-JP | 預??繇 | 11001101110000100011111100111111100011111101010011010001 | cdc23f3f8fd4d1 |
UTF-8 | 預믥돉繇 | 111010011010000010010000111010111010111110100101111010111000111110001001111001111011100110000111 | e9a090ebafa5eb8f89e7b987 |
UHC | 預믥돉繇 | 1110011111101000100100101110011110001001100110011110100110100011 | e7e892e78999e9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)