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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雕旃企ョ手ョ | 11101000101110001001110111010001100010101110100110101110100011101110100010101110 | e8b89dd18ae9ae8ee8ae |
EUC-JP | 雕旃企ョ手ョ | 111100001011101011011010110100111011010011101011100011101010111010111100111010101000111010101110 | f0badad3b4eb8eaebcea8eae |
UTF-8 | 雕旃企ョ手ョ | 111010011001101110010101111001101001011110000011111001001011110010000001111011111011110110101110111001101000100110001011111011111011110110101110 | e99b95e69783e4bc81efbdaee6898befbdae |
UHC | 雕?企?手? | 111100001110011100111111110100001110101000111111111000101010001000111111 | f0e73fd0ea3fe2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)