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 | ??kB | 00111111001111110110101101000010 | 3f3f6b42 |
SJIS-WIN | 燒彧kB | 111000001001011011111010101110010110101101000010 | e096fab96b42 |
EUC-JP | 燒彧kB | 11011111111101101000111110111100111111100110101101000010 | dff68fbcfe6b42 |
UTF-8 | 燒彧kB | 1110011110000111100100101110010110111101101001110110101101000010 | e78792e5bda76b42 |
UHC | 燒彧kB | 111000011100000011101001111011100110101101000010 | e1c0e9ee6b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)