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 | □?悠ゃ? | 1000000110100000001111111001011101001001100000101110000100111111 | 81a03f974982e13f |
EUC-JP | □?悠ゃ? | 1010001010100010001111111100110110101010101001001110001100111111 | a2a23fcdaaa4e33f |
UTF-8 | □룫悠ゃ∼ | 111000101001011010100001111010111010001110101011111001101000001010100000111000111000001010000011111000101000100010111100 | e296a1eba3abe682a0e38283e288bc |
UHC | □룫悠ゃ∼ | 10100001111000001000111110100010111010101110110110101010111000111010000110101101 | a1e08fa2eaedaae3a1ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)