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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猩槎湎 | 111000001100110110011110110010101001111111011100 | e0cd9eca9fdc |
EUC-JP | 猩槎湎 | 111000001100111111011100110011001101111011011110 | e0cfdcccdede |
UTF-8 | 猩槎湎 | 111001111000110010101001111001101010011110001110111001101011100110001110 | e78ca9e6a78ee6b98e |
UHC | 猩?? | 11100000111110100011111100111111 | e0fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)