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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蓙э酋茫駈修 | 111001001110011010000100100011111000111101010101111001001010100110001011111011011000111101000011 | e4e6848f8f55e4a98bed8f43 |
EUC-JP | 蓙э酋茫駈修 | 111010001110100010100111111011111011110110110110111010001010101110110110111011111011110110100100 | e8e8a7efbdb6e8abb6efbda4 |
UTF-8 | 蓙э酋茫駈修 | 1110100010010011100110011101000110001101111010011000010110001011111010001000110010101011111010011010011110001000111001001011111110101110 | e89399d18de9858be88cabe9a788e4bfae |
UHC | ?э酋茫?修 | 00111111101011001110111111110101110111001101100011010100001111111110000111110011 | 3faceff5dcd8d43fe1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)