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 | ??中屯? | 00111111001111111001001010000110100100111101010000111111 | 3f3f928693d43f |
EUC-JP | 獐?中屯? | 100011111100101110111010001111111100001111100110110001101101011000111111 | 8fcbba3fc3e6c6d63f |
UTF-8 | 獐렠中屯춥 | 111001111000110110010000111010111010000010100000111001001011100010101101111001011011000110101111111011001011011010100101 | e78d90eba0a0e4b8ade5b1afecb6a5 |
UHC | 獐렠中屯춥 | 11101101111011111000111010110001111100011110100111010100111010101100001111100100 | edef8eb1f1e9d4eac3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)