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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羝轟愛 | 111000111011011010001101100011001000100010100100 | e3b68d8c88a4 |
EUC-JP | 羝轟愛 | 111001101011100010111001111011001011000010100110 | e6b8b9ecb0a6 |
UTF-8 | 羝轟愛 | 111001111011111010011101111010001011110110011111111001101000010010011011 | e7be9de8bd9fe6849b |
UHC | ?轟愛 | 0011111111001110110111101110010011110001 | 3fcedee4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)