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 | 鬨セ遉シ蓐 | 1110100110101000101111101110011110100100101111001110010011101010 | e9a8bee7a4bce4ea |
EUC-JP | 鬨セ遉シ蓐 | 11110010101010101000111010111110111011101010011010001110101111001110100011101100 | f2aa8ebeeea68ebce8ec |
UTF-8 | 鬨セ遉シ蓐 | 111010011010110010101000111011111011110110111110111010011000000110001001111011111011110110111100111010001001001110010000 | e9aca8efbdbee98189efbdbce89390 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)