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 | 小??細 | 100011111010110000111111001111111000110111010111 | 8fac3f3f8dd7 |
EUC-JP | 小奭?細 | 1011111010101110100011111011100011111110001111111011101011011001 | beae8fb8fe3fbad9 |
UTF-8 | 小奭巢細 | 111001011011000010001111111001011010010110101101111001011011011110100010111001111011010010110000 | e5b08fe5a5ade5b7a2e7b4b0 |
UHC | 小奭巢細 | 1110000110110011111000001010101111100001101101011110000110101100 | e1b3e0abe1b5e1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)