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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雕旃企ョ | 11101000101110001001110111010001100010101110100110101110 | e8b89dd18ae9ae |
EUC-JP | 雕旃企ョ | 1111000010111010110110101101001110110100111010111000111010101110 | f0badad3b4eb8eae |
UTF-8 | 雕旃企ョ | 111010011001101110010101111001101001011110000011111001001011110010000001111011111011110110101110 | e99b95e69783e4bc81efbdae |
UHC | 雕?企? | 111100001110011100111111110100001110101000111111 | f0e73fd0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)