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 | 訷樊浙 | 111110111010010010011110111001101001111110110100 | fba49ee69fb4 |
EUC-JP | 訷樊浙 | 10001111110111011101010011011100111010001101111010110110 | 8fddd4dce8deb6 |
UTF-8 | 訷樊浙 | 111010001010100010110111111001101010100010001010111001101011010110011001 | e8a8b7e6a88ae6b599 |
UHC | ?樊浙 | 0011111111011011111000001110111110111010 | 3fdbe0efba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)