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 | 霆幄コ | 1110100010111011100110111110100010111010 | e8bb9be8ba |
EUC-JP | 霆幄コ | 111100001011110111010110111010101000111010111010 | f0bdd6ea8eba |
UTF-8 | 霆幄コ | 111010011001110010000110111001011011100110000100111011111011110110111010 | e99c86e5b984efbdba |
UHC | 霆幄? | 1110111111111101111001001100000100111111 | effde4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)