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 | 鉷「鯤ス | 111110111100110110100010111010011100100010111101 | fbcda2e9c8bd |
EUC-JP | 鉷「鯤ス | 100011111110001111110001100011101010001011110010110010101000111010111101 | 8fe3f18ea2f2ca8ebd |
UTF-8 | 鉷「鯤ス | 111010011000100110110111111011111011110110100010111010011010111110100100111011111011110110111101 | e989b7efbda2e9afa4efbdbd |
UHC | ??鯤? | 0011111100111111110011011110011000111111 | 3f3fcde63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)