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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 狢珮狢珮獨B | 11100000110000001110000011100001111100001110111011100000110000001110000011100001111000001101010101000010 | e0c0e0e1f0eee0c0e0e1e0d542 |
EUC-JP | 狢珮?狢珮獨B | 111000001100001011100000111000110011111111100000110000101110000011100011111000001101011101000010 | e0c2e0e33fe0c2e0e3e0d742 |
UTF-8 | 狢珮狢珮獨B | 11100111100010111010001011100111100011111010111011101110100000101010110111100111100010111010001011100111100011111010111011100111100011011010100001000010 | e78ba2e78faeee82ade78ba2e78faee78da842 |
UHC | ?????獨B | 0011111100111111001111110011111100111111110101001011110001000010 | 3f3f3f3f3fd4bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)