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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 渦竟[渦竟[^ | 1000100101010001111010001110110101011011100010010101000111101000111011010101101101011110 | 8951e8ed5b8951e8ed5b5e |
EUC-JP | 渦竟[渦竟[^ | 1011000110110010111100001110111101011011101100011011001011110000111011110101101101011110 | b1b2f0ef5bb1b2f0ef5b5e |
UTF-8 | 渦竟[渦竟[^ | 111001101011100010100110111001111010101110011111010110111110011010111000101001101110011110101011100111110101101101011110 | e6b8a6e7ab9f5be6b8a6e7ab9f5b5e |
UHC | 渦竟[渦竟[^ | 1110100010111110110011001110010101011011111010001011111011001100111001010101101101011110 | e8becce55be8becce55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)