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 | ??e??eB | 00111111001111110110010100111111001111110110010101000010 | 3f3f653f3f6542 |
SJIS-WIN | ??e??eB | 00111111001111110110010100111111001111110110010101000010 | 3f3f653f3f6542 |
EUC-JP | ??e??eB | 00111111001111110110010100111111001111110110010101000010 | 3f3f653f3f6542 |
UTF-8 | 횄짜e횄짜eB | 111011011001101010000100111011001010011110011100011001011110110110011010100001001110110010100111100111000110010101000010 | ed9a84eca79c65ed9a84eca79c6542 |
UHC | 횄짜e횄짜eB | 1100001110000011110000101010010101100101110000111000001111000010101001010110010101000010 | c383c2a565c383c2a56542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)