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 | 鬻レ‐襴 | 1110001011110110100000111000110010000001010111011110011001000101 | e2f6838c815de645 |
EUC-JP | 鬻レ‐襴 | 1110010011111000101001011110110010100001101111101110101110100110 | e4f8a5eca1beeba6 |
UTF-8 | 鬻レ‐襴 | 111010011010110010111011111000111000001110101100111000101000000010010000111010001010010110110100 | e9acbbe383ace28090e8a5b4 |
UHC | ?レ?? | 0011111110101011111011000011111100111111 | 3fabec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)