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 | 煆ワ醂。犱自 | 11111011010101101101110011100111110011001010000111111011010110111000111010101001 | fb56dce7cca1fb5b8ea9 |
EUC-JP | 煆ワ醂。犱自 | 1000111111001001111101001000111011011100111011101100111010001110101000011000111111001010111011111011110010101011 | 8fc9f48edceece8ea18fcaefbcab |
UTF-8 | 煆ワ醂。犱自 | 111001111000010110000110111011111011111010011100111010011000011010000010111011111011110110100001111001111000101010110001111010001000011110101010 | e78586efbe9ce98682efbda1e78ab1e887aa |
UHC | ?????自 | 00111111001111110011111100111111001111111110110110111011 | 3f3f3f3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)