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 | 第?賈雍 | 10010001111001100011111111100110110010011110100010110100 | 91e63fe6c9e8b4 |
EUC-JP | 第?賈雍 | 11000010111010000011111111101100110010111111000010110110 | c2e83feccbf0b6 |
UTF-8 | 第얗賈雍 | 111001111010110010101100111011001001011010010111111010001011001110001000111010011001101110001101 | e7acacec9697e8b388e99b8d |
UHC | 第얗賈雍 | 1111000010101111101111101110100111001010101110011110100010111100 | f0afbee9cab9e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)