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 | 曖??瀛?? | 1001111001000010001111110011111111100000011010010011111100111111 | 9e423f3fe0693f3f |
EUC-JP | 曖??瀛?? | 1101101110100011001111110011111111011111110010100011111100111111 | dba33f3fdfca3f3f |
UTF-8 | 曖럥뜭瀛굩뢌 | 111001101001101110010110111010111001111110100101111010111001110010101101111001111000000010011011111010101011010110101001111010111010001010001100 | e69b96eb9fa5eb9cade7809beab5a9eba28c |
UHC | 曖럥뜭瀛굩뢌 | 111001001111001010001110100010001000110110101101111001111011101010000010100011111000111101001000 | e4f28e888dade7ba828f8f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)