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 | 欲????? | 10010111011111100011111100111111001111110011111100111111 | 977e3f3f3f3f3f |
EUC-JP | 欲????? | 11001101110111110011111100111111001111110011111100111111 | cddf3f3f3f3f3f |
UTF-8 | 欲뀁몚琉쏆뒴 | 111001101010110010110010111010111000000010000001111010111010101010011010111011111010011110001100111011001000111110000110111010111001001010110100 | e6acb2eb8081ebaa9aefa78cec8f86eb92b4 |
UHC | 欲뀁몚琉쏆뒴 | 111010011011000010110010111011001001000110001000111010111010010010011011111011001000101010101101 | e9b0b2ec9188eba49bec8aad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)