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 | 苒譯? | 1110010010010010111001101010000100111111 | e492e6a13f |
EUC-JP | 苒譯脘 | 11100111111100101110110010100011100011111101011010101100 | e7f2eca38fd6ac |
UTF-8 | 苒譯脘 | 111010001000101110010010111010001010110110101111111010001000010010011000 | e88b92e8adafe88498 |
UHC | 苒譯脘 | 111001101111111011100110101110111110100011010010 | e6fee6bbe8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)