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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???口?? | 00111111001111110011111110001100111110110011111100111111 | 3f3f3f8cfb3f3f |
EUC-JP | 湞?玎口湞? | 10001111110001111111111000111111100011111100101111010010101110001111110110001111110001111111111000111111 | 8fc7fe3f8fcbd2b8fd8fc7fe3f |
UTF-8 | 湞렟玎口湞렟 | 111001101011100110011110111010111010000010011111111001111000111010001110111001011000111110100011111001101011100110011110111010111010000010011111 | e6b99eeba09fe78e8ee58fa3e6b99eeba09f |
UHC | 湞렟玎口湞렟 | 111011111110011010001110101100001110111111101001110011111010001011101111111001101000111010110000 | efe68eb0efe9cfa2efe68eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)