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 | 螢ッ竊川コ | 1110010110100011101011111110001010000110100100001110110010111010 | e5a3afe28690ecba |
EUC-JP | 螢ッ竊川コ | 11101010101001011000111010101111111000111110011011000000111011101000111010111010 | eaa58eafe3e6c0ee8eba |
UTF-8 | 螢ッ竊川コ | 111010001001111010100010111011111011110110101111111001111010101110001010111001011011011110011101111011111011110110111010 | e89ea2efbdafe7ab8ae5b79defbdba |
UHC | 螢?竊川? | 1111101110101011001111111110111110111100111101001011100100111111 | fbab3fefbcf4b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)