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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霽?懿?蠢? | 111010001100011100111111100111001111001000111111111001011011111100111111 | e8c73f9cf23fe5bf3f |
EUC-JP | 霽?懿?蠢? | 111100001100100100111111110110001111010000111111111010101100000100111111 | f0c93fd8f43feac13f |
UTF-8 | 霽렭懿렑蠢렋 | 111010011001110010111101111010111010000010101101111001101000011110111111111010111010000010010001111010001010000010100010111010111010000010001011 | e99cbdeba0ade687bfeba091e8a0a2eba08b |
UHC | 霽렭懿렑蠢렋 | 111100001011100010001110101110101110101111110011100011101010011011110001111000111000111010100010 | f0b88ebaebf38ea6f1e38ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)