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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霓ョ/焉 | 1110100010111101100000111000011110000001010111101110000010000001 | e8bd8387815ee081 |
EUC-JP | 霓ョ/焉 | 1111000010111111101001011110011110100001101111111101111111100001 | f0bfa5e7a1bfdfe1 |
UTF-8 | 霓ョ/焉 | 111010011001110010010011111000111000001110100111111011111011110010001111111001111000010010001001 | e99c93e383a7efbc8fe78489 |
UHC | 霓ョ/焉 | 1110011111100111101010111110011110100011101011111110010111101010 | e7e7abe7a3afe5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)