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 | ?篩娘醍 | 00111111111000101011111110010110101110101001000111100111 | 3fe2bf96ba91e7 |
EUC-JP | ?篩娘醍 | 00111111111001001100000111001100101111001100001011101001 | 3fe4c1ccbcc2e9 |
UTF-8 | 綎篩娘醍 | 111001111011011010001110111001111010111110101001111001011010100010011000111010011000011010001101 | e7b68ee7afa9e5a898e9868d |
UHC | 綎篩娘醍 | 1110111111110010110111101110100011010010101001101111000010110101 | eff2dee8d2a6f0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)