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 | 鈺??慂? | 11111011110001000011111100111111100111001100100000111111 | fbc43f3f9cc83f |
EUC-JP | 鈺??慂? | 1000111111100011110101010011111100111111110110001100101000111111 | 8fe3d53f3fd8ca3f |
UTF-8 | 鈺믦킄慂롨 | 111010011000100010111010111010111010111110100110111011011000001010000100111001101000010110000010111010111010000110101000 | e988baebafa6ed8284e68582eba1a8 |
UHC | 鈺믦킄慂롨 | 11101000101011011001001011101000101101001001000011101001101111011000111011101000 | e8ad92e8b490e9bd8ee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)