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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?瑞循B | 001111111001000010010000100011110111101001000010 | 3f90908f7a42 |
EUC-JP | ?瑞循B | 001111111011111111110000101111011101101101000010 | 3fbff0bddb42 |
UTF-8 | 뤖瑞循B | 11101011101001001001011011100111100100011001111011100101101111101010101001000010 | eba496e7919ee5beaa42 |
UHC | 뤖瑞循B | 10001111110001101101111111111010111000101110000001000010 | 8fc6dffae2e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)