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 | 腋逸淅 | 111000111111110010001000111011011001111111000110 | e3fc88ed9fc6 |
EUC-JP | 腋逸淅 | 111001101111111010110000111011111101111011001000 | e6feb0efdec8 |
UTF-8 | 腋逸淅 | 111010001000010110001011111010011000000010111000111001101011011110000101 | e8858be980b8e6b785 |
UHC | 腋逸淅 | 111001001111110111101100111011111110000010110010 | e4fdecefe0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)