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 | ??鄕舒 | 001111110011111111111011101110001001100010101110 | 3f3ffbb898ae |
EUC-JP | ???舒 | 0011111100111111001111111101000010110000 | 3f3f3fd0b0 |
UTF-8 | 쁩뭘鄕舒 | 111011001000000110101001111010111010110110011000111010011000010010010101111010001000100010010010 | ec81a9ebad98e98495e88892 |
UHC | 쁩뭘鄕舒 | 1011101111011110101110011011101111111010110000011110000010100010 | bbdeb9bbfac1e0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)