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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 甯嫉寘雫鉷 | 11111010101010001000111010111001111110101010100110001110101101001111101111001101 | faa88eb9faa98eb4fbcd |
EUC-JP | 甯嫉寘雫鉷 | 10001111110011011010101010111100101110111000111110111010111000011011110010110110100011111110001111110001 | 8fcdaabcbb8fbae1bcb68fe3f1 |
UTF-8 | 甯嫉寘雫鉷 | 111001111001010010101111111001011010101110001001111001011010111110011000111010011001101110101011111010011000100110110111 | e794afe5ab89e5af98e99babe989b7 |
UHC | ?嫉??? | 001111111111001011101100001111110011111100111111 | 3ff2ec3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)