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 | ±Âú¿ | 1100001010110001110000101111101010111111 | c2b1c2fabf |
SJIS-WIN | ?±??? | 001111111000000101111101001111110011111100111111 | 3f817d3f3f3f |
EUC-JP | ±Âú¿ | 1000111110101010101001001010000111011110100011111010101010100100100011111010101111100010100011111010001011000100 | 8faaa4a1de8faaa48fabe28fa2c4 |
UTF-8 | ±Âú¿ | 11000011100000101100001010110001110000111000001011000011101110101100001010111111 | c382c2b1c382c3bac2bf |
UHC | ?±??¿ | 00111111101000011011111000111111001111111010001010101111 | 3fa1be3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)