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 | 遲沽貅 | 111001111010110110011111100110001110011010111010 | e7ad9f98e6ba |
EUC-JP | 遲沽貅 | 111011101010111111011101111110001110110010111100 | eeafddf8ecbc |
UTF-8 | 遲沽貅 | 111010011000000110110010111001101011001010111101111010001011001010000101 | e981b2e6b2bde8b285 |
UHC | 遲沽? | 1111001011000000110011011011111100111111 | f2c0cdbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)