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 | 訒吝濤 | 111110111010001110011001111001011001111110110111 | fba399e59fb7 |
EUC-JP | 訒吝濤 | 10001111110111011100100011010010111001111101111010111001 | 8fddc8d2e7deb9 |
UTF-8 | 訒吝濤 | 111010001010100010010010111001011001000010011101111001101011111110100100 | e8a892e5909de6bfa4 |
UHC | ?吝濤 | 0011111111010111111100001101010010100110 | 3fd7f0d4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)