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 | 頽。蜍滉鬟隰 | 1110100011110110101000011110010110001011100111111110010011101001101000111110100010101100 | e8f6a1e58b9fe4e9a3e8ac |
EUC-JP | 頽。蜍滉鬟隰 | 111100001111100010001110101000011110100111101011110111101110011011110010101001011111000010101110 | f0f88ea1e9ebdee6f2a5f0ae |
UTF-8 | 頽。蜍滉鬟隰 | 111010011010000010111101111011111011110110100001111010001001110010001101111001101011101110001001111010011010110010011111111010011001101010110000 | e9a0bdefbda1e89c8de6bb89e9ac9fe99ab0 |
UHC | ???滉?? | 00111111001111110011111111111100110100010011111100111111 | 3f3f3ffcd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)