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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燁シ鰌猪 | 11111011010110011011110011101001110100111111101101011110 | fb59bce9d3fb5e |
EUC-JP | 燁シ鰌? | 1000111111001010101100111000111010111100111100101101010100111111 | 8fcab38ebcf2d53f |
UTF-8 | 燁シ鰌猪 | 111001111000011110000001111011111011110110111100111010011011000010001100111011111010100010010110 | e78781efbdbce9b08cefa896 |
UHC | 燁??? | 1110011110100111001111110011111100111111 | e7a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)