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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 止驀?荻瓏? | 10001110011111101110100101111101001111111000100110101100111000001111101000111111 | 8e7ee97d3f89ace0fa3f |
EUC-JP | 止驀?荻瓏? | 10111011110111111111000111011110001111111011001010101110111000001111110000111111 | bbdff1de3fb2aee0fc3f |
UTF-8 | 止驀걋荻瓏렱 | 111001101010110110100010111010011010100110000000111010101011000110001011111010001000110110111011111001111001001110001111111010111010000010110001 | e6ada2e9a980eab18be88dbbe7938feba0b1 |
UHC | 止驀걋荻瓏렱 | 111100101010110111011000111010011011000011000000111011101110001011010110111010101000111010111110 | f2add8e9b0c0eee2d6ea8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)