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 | 犂玳齏珈 | 1110000010110010111000001101110011101000111010111110000011011011 | e0b2e0dce8ebe0db |
EUC-JP | 犂玳齏珈 | 1110000010110100111000001101111011110000111011011110000011011101 | e0b4e0def0ede0dd |
UTF-8 | 犂玳齏珈 | 111001111000101010000010111001111000111010110011111010011011110110001111111001111000111110001000 | e78a82e78eb3e9bd8fe78f88 |
UHC | ?玳?? | 0011111111010011111001010011111100111111 | 3fd3e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)