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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逶幗舷 | 111001111001101110011011111011001000110010111101 | e79b9bec8cbd |
EUC-JP | 逶幗舷 | 111011011111101111010110111011101011100010111111 | edfbd6eeb8bf |
UTF-8 | 逶幗舷 | 111010011000000010110110111001011011100110010111111010001000100010110111 | e980b6e5b997e888b7 |
UHC | ??舷 | 00111111001111111111101011100100 | 3f3ffae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)