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 | 霽?懿?造 | 1110100011000111001111111001110011110010001111111001000110100010 | e8c73f9cf23f91a2 |
EUC-JP | 霽?懿?造 | 1111000011001001001111111101100011110100001111111100001010100100 | f0c93fd8f43fc2a4 |
UTF-8 | 霽렭懿렑造 | 111010011001110010111101111010111010000010101101111001101000011110111111111010111010000010010001111010011000000010100000 | e99cbdeba0ade687bfeba091e980a0 |
UHC | 霽렭懿렑造 | 11110000101110001000111010111010111010111111001110001110101001101111000011100011 | f0b88ebaebf38ea6f0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)