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 | ??}Y??}Z | 0011111100111111011111010101100100111111001111110111110101011010 | 3f3f7d593f3f7d5a |
SJIS-WIN | 秩?}Y秩?}Z | 10010010100000010011111101111101010110011001001010000001001111110111110101011010 | 92813f7d5992813f7d5a |
EUC-JP | 秩?}Y秩?}Z | 11000011111000010011111101111101010110011100001111100001001111110111110101011010 | c3e13f7d59c3e13f7d5a |
UTF-8 | 秩섐}Y秩섐}Z | 11100111101001111010100111101100100001001001000001111101010110011110011110100111101010011110110010000100100100000111110101011010 | e7a7a9ec84907d59e7a7a9ec84907d5a |
UHC | 秩섐}Y秩섐}Z | 111100101111000110111100101010110111110101011001111100101111000110111100101010110111110101011010 | f2f1bcab7d59f2f1bcab7d5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)