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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 枝?載賣? | 1000111001111101001111111000110111011010111001101100110000111111 | 8e7d3f8ddae6cc3f |
EUC-JP | 枝?載賣? | 1011101111011110001111111011101011011100111011001100111000111111 | bbde3fbadcecce3f |
UTF-8 | 枝렋載賣롚 | 111001101001111010011101111010111010000010001011111010001011110010001001111010001011001110100011111010111010000110011010 | e69e9deba08be8bc89e8b3a3eba19a |
UHC | 枝렋載賣롚 | 11110010101010111000111010100010111011101011000011011000111000111000111011011110 | f2ab8ea2eeb0d8e38ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)