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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 而?遵?? | 10001110101001110011111110001111100001010011111100111111 | 8ea73f8f853f3f |
EUC-JP | 而?遵?? | 10111100101010010011111110111101111001010011111100111111 | bca93fbde53f3f |
UTF-8 | 而렲遵멸밧 | 111010001000000010001100111010111010000010110010111010011000000110110101111010111010100110111000111010111011000010100111 | e8808ceba0b2e981b5eba9b8ebb0a7 |
UHC | 而렲遵멸밧 | 11101100101110111000111010111111111100011110010110111000111010101011100111100101 | ecbb8ebff1e5b8eab9e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)