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 | 讖壱轟岺ス迯 | 1110011010101001100010001110101110001101100011001111101010101101101111011110011110001101 | e6a988eb8d8cfaadbde78d |
EUC-JP | 讖壱轟岺ス迯 | 11101100101010111011000011101101101110011110110010001111101110111011100010001110101111011110110111101101 | ecabb0edb9ec8fbbb88ebdeded |
UTF-8 | 讖壱轟岺ス迯 | 111010001010111010010110111001011010001110110001111010001011110110011111111001011011001010111010111011111011110110111101111010001011111110101111 | e8ae96e5a3b1e8bd9fe5b2baefbdbde8bfaf |
UHC | 讖?轟岺?? | 111100111101100100111111110011101101111011010110101110010011111100111111 | f3d93fceded6b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)