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 | コヨ笑ル | 1011101011010110100011111100111011011001 | bad68fced9 |
EUC-JP | コヨ笑ル | 1000111010111010100011101101011010111110110100001000111011011001 | 8eba8ed6bed08ed9 |
UTF-8 | コヨ笑ル | 111011111011110110111010111011111011111010010110111001111010110010010001111011111011111010011001 | efbdbaefbe96e7ac91efbe99 |
UHC | ??笑? | 0011111100111111111000011100010100111111 | 3f3fe1c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)