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 | 寘磁寘エ鮑ァ | 11111010101010011000111010100101111110101010100110110100111010011011100010100111 | faa98ea5faa9b4e9b8a7 |
EUC-JP | 寘磁寘エ鮑ァ | 1000111110111010111000011011110010100111100011111011101011100001100011101011010011110010101110101000111010100111 | 8fbae1bca78fbae18eb4f2ba8ea7 |
UTF-8 | 寘磁寘エ鮑ァ | 111001011010111110011000111001111010001110000001111001011010111110011000111011111011110110110100111010011010111010010001111011111011110110100111 | e5af98e7a381e5af98efbdb4e9ae91efbda7 |
UHC | ?磁??鮑? | 0011111111101101101110000011111100111111111110001110101000111111 | 3fedb83f3ff8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)