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 | 脂?醍?贄? | 100011101000100100111111100100011110011100111111111001101101000100111111 | 8e893f91e73fe6d13f |
EUC-JP | 脂?醍?贄? | 101110111110100100111111110000101110100100111111111011001101001100111111 | bbe93fc2e93fecd33f |
UTF-8 | 脂렖醍렍贄렱 | 111010001000010010000010111010111010000010010110111010011000011010001101111010111010000010001101111010001011010010000100111010111010000010110001 | e88482eba096e9868deba08de8b484eba0b1 |
UHC | 脂렖醍렍贄렱 | 111100101011011110001110101010111111000010110101100011101010001111110010101111101000111010111110 | f2b78eabf0b58ea3f2be8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)