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 | 隰野凍讌 | 1110100010101100100101101110110010010011100000001110011010100101 | e8ac96ec9380e6a5 |
EUC-JP | 隰野凍讌 | 1111000010101110110011001110111011000101111000001110110010100111 | f0aecceec5e0eca7 |
UTF-8 | 隰野凍讌 | 111010011001101010110000111010011000011110001110111001011000011110001101111010001010111010001100 | e99ab0e9878ee5878de8ae8c |
UHC | ?野凍? | 001111111110010110101111110101001101000000111111 | 3fe5afd4d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)