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 | 邨幄ャ | 1110011110110101100110111110100010101100 | e7b59be8ac |
EUC-JP | 邨幄ャ | 111011101011011111010110111010101000111010101100 | eeb7d6ea8eac |
UTF-8 | 邨幄ャ | 111010011000001010101000111001011011100110000100111011111011110110101100 | e982a8e5b984efbdac |
UHC | 邨幄? | 1111010110111110111001001100000100111111 | f5bee4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)