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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鱈綻村 | 100100100100110010010010010111011001000110111010 | 924c925d91ba |
EUC-JP | 鱈綻村 | 110000111010110111000011101111101100001010111100 | c3adc3bec2bc |
UTF-8 | 鱈綻村 | 111010011011000110001000111001111011011010111011111001101001110110010001 | e9b188e7b6bbe69d91 |
UHC | ?綻村 | 0011111111110111101010101111010110111101 | 3ff7aaf5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)