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 | 闌ォ竕ヲ諡カ | 111010001000110010101011111000101000100110100110111001101000101110110110 | e88cabe289a6e68bb6 |
EUC-JP | 闌ォ竕ヲ諡カ | 111011111110110010001110101010111110001111101001100011101010011011101011111010111000111010110110 | efec8eabe3e98ea6ebeb8eb6 |
UTF-8 | 闌ォ竕ヲ諡カ | 111010011001011110001100111011111011110110101011111001111010101110010101111011111011110110100110111010001010101110100001111011111011110110110110 | e9978cefbdabe7ab95efbda6e8aba1efbdb6 |
UHC | ????諡? | 00111111001111110011111100111111111000111100110100111111 | 3f3f3f3fe3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)