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 | 趙?賓? | 111001101110001000111111100101010110111100111111 | e6e23f956f3f |
EUC-JP | 趙?賓? | 111011001110010000111111110010011101000000111111 | ece43fc9d03f |
UTF-8 | 趙淚賓뤗 | 111010001011011010011001111011111010010110001101111010001011001110010011111010111010010010010111 | e8b699efa58de8b393eba497 |
UHC | 趙淚賓뤗 | 1111000011100001110100101110011111011110101110011000111111000111 | f0e1d2e7deb98fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)