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 | ??I??zB | 00111111001111110100100100111111001111110111101001000010 | 3f3f493f3f7a42 |
SJIS-WIN | ??I??zB | 00111111001111110100100100111111001111110111101001000010 | 3f3f493f3f7a42 |
EUC-JP | ??I??zB | 00111111001111110100100100111111001111110111101001000010 | 3f3f493f3f7a42 |
UTF-8 | 횂혘I횄짖zB | 111011011001101010000010111011011001100010011000010010011110110110011010100001001110110010100111100101100111101001000010 | ed9a82ed989849ed9a84eca7967a42 |
UHC | 횂혘I횄짖zB | 1100001110000010110000101000001101001001110000111000001111000010101000100111101001000010 | c382c28349c383c2a27a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)