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 | ??ゴ? | 0011111100111111100000110101001100111111 | 3f3f83533f |
EUC-JP | ??ゴ? | 0011111100111111101001011011010000111111 | 3f3fa5b43f |
UTF-8 | 룴햶ゴ∼ | 111010111010001110110100111011011001011010110110111000111000001010110100111000101000100010111100 | eba3b4ed96b6e382b4e288bc |
UHC | 룴햶ゴ∼ | 1000111110101001110000011000111110101011101101001010000110101101 | 8fa9c18fabb4a1ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)