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 | 霓ュ?嗽 | 11101000101111011000001110000101001111111001101001110101 | e8bd83853f9a75 |
EUC-JP | 霓ュ?嗽 | 11110000101111111010010111100101001111111101001111010110 | f0bfa5e53fd3d6 |
UTF-8 | 霓ュ졋嗽 | 111010011001110010010011111000111000001110100101111011001010000110001011111001011001011110111101 | e99c93e383a5eca18be597bd |
UHC | 霓ュ졋嗽 | 1110011111100111101010111110010110100000101110101110000111110101 | e7e7abe5a0bae1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)