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 | ???給 | 0011111100111111001111111000101110001011 | 3f3f3f8b8b |
EUC-JP | ???給 | 0011111100111111001111111011010111101011 | 3f3f3fb5eb |
UTF-8 | 筽볠쫲給 | 111001111010110110111101111010111011001110100000111011001010101110110010111001111011010110100110 | e7adbdebb3a0ecabb2e7b5a6 |
UHC | 筽볠쫲給 | 1110100010100100100100111110011010100110100010101101000011100101 | e8a493e6a68ad0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)