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 | ?A?? | 00111111010000010011111100111111 | 3f413f3f |
SJIS-WIN | 炭A促側 | 10010010010110010100000110010001101000111001000110100100 | 92594191a391a4 |
EUC-JP | 炭A促側 | 11000011101110100100000111000010101001011100001010100110 | c3ba41c2a5c2a6 |
UTF-8 | 炭A促側 | 11100111100000101010110101000001111001001011111110000011111001011000000110110100 | e782ad41e4bf83e581b4 |
UHC | 炭A促側 | 11110111101010010100000111110101101101011111011010110000 | f7a941f5b5f6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)