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 | 悟??萸? | 10001100111001010011111100111111111001001100111000111111 | 8ce53f3fe4ce3f |
EUC-JP | 悟??萸? | 10111000111001110011111100111111111010001101000000111111 | b8e73f3fe8d03f |
UTF-8 | 悟듽뀿萸폙 | 111001101000001010011111111010111001001110111101111010111000000010111111111010001001000010111000111011011000111110011001 | e6829feb93bdeb80bfe890b8ed8f99 |
UHC | 悟듽뀿萸폙 | 11100111111101101000101011100011100001011011010111101011101011011011110101000010 | e7f68ae385b5ebadbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)