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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 睡細}睡細{^ | 1001000010000111100011011101011101111101100100001000011110001101110101110111101101011110 | 90878dd77d90878dd77b5e |
EUC-JP | 睡細}睡細{^ | 1011111111100111101110101101100101111101101111111110011110111010110110010111101101011110 | bfe7bad97dbfe7bad97b5e |
UTF-8 | 睡細}睡細{^ | 111001111001110110100001111001111011010010110000011111011110011110011101101000011110011110110100101100000111101101011110 | e79da1e7b4b07de79da1e7b4b07b5e |
UHC | 睡細}睡細{^ | 1110001010110010111000011010110001111101111000101011001011100001101011000111101101011110 | e2b2e1ac7de2b2e1ac7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)