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 | 沃暹}沃暹{^ | 1001011110000000100111011111100101111101100101111000000010011101111110010111101101011110 | 97809df97d97809df97b5e |
EUC-JP | 沃暹}沃暹{^ | 1100110111100000110110101111101101111101110011011110000011011010111110110111101101011110 | cde0dafb7dcde0dafb7b5e |
UTF-8 | 沃暹}沃暹{^ | 111001101011001010000011111001101001101010111001011111011110011010110010100000111110011010011010101110010111101101011110 | e6b283e69ab97de6b283e69ab97b5e |
UHC | 沃暹}沃暹{^ | 1110100010101010111000001110011101111101111010001010101011100000111001110111101101011110 | e8aae0e77de8aae0e77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)