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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湲??侑? | 10011111110100010011111100111111100110001101000000111111 | 9fd13f3f98d03f |
EUC-JP | 湲??侑? | 11011110110100110011111100111111110100001101001000111111 | ded33f3fd0d23f |
UTF-8 | 湲루㈅侑늜 | 111001101011100110110010111010111010001110101000111000111000100010000101111001001011111010010001111010111000101010011100 | e6b9b2eba3a8e38885e4be91eb8a9c |
UHC | 湲루㈅侑늜 | 11101010101110001011011111100111101010011011011011101010111000101000100001101000 | eab8b7e7a9b6eae28868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)