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 | 霆ォ辜玖 | 11101000101110111010101111100111100000111000101111101000 | e8bbabe7838be8 |
EUC-JP | 霆ォ辜玖 | 1111000010111101100011101010101111101101111000111011011011101010 | f0bd8eabede3b6ea |
UTF-8 | 霆ォ辜玖 | 111010011001110010000110111011111011110110101011111010001011111010011100111001111000111010010110 | e99c86efbdabe8be9ce78e96 |
UHC | 霆?辜玖 | 11101111111111010011111111001101110100001100111110111000 | effd3fcdd0cfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)