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 | 陋滓刀蟷ケ | 111010001001101110011111111001101001001110000001111001011011100110111001 | e89b9fe69381e5b9b9 |
EUC-JP | 陋滓刀蟷ケ | 11101111111110111101111011101000110001011110000111101010101110111000111010111001 | effbdee8c5e1eabb8eb9 |
UTF-8 | 陋滓刀蟷ケ | 111010011001100110001011111001101011101110010011111001011000100010000000111010001001111110110111111011111011110110111001 | e9998be6bb93e58880e89fb7efbdb9 |
UHC | 陋滓刀?? | 1101011110110000111011101010101111010011111011110011111100111111 | d7b0eeabd3ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)