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 | 迚倡芦 | 111001111000100110011000111001111000100010110000 | e78998e788b0 |
EUC-JP | 迚倡芦 | 111011011110100111010000111010011011000010110010 | ede9d0e9b0b2 |
UTF-8 | 迚倡芦 | 111010001011111110011010111001011000000010100001111010001000101010100110 | e8bf9ae580a1e88aa6 |
UHC | ?倡芦 | 0011111111110011110110111111101111011000 | 3ff3dbfbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)