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 | ??h????RE | 001111110011111101101000001111110011111100111111001111110101001001000101 | 3f3f683f3f3f3f5245 |
SJIS-WIN | ??h????RE | 001111110011111101101000001111110011111100111111001111110101001001000101 | 3f3f683f3f3f3f5245 |
EUC-JP | ??h????RE | 001111110011111101101000001111110011111100111111001111110101001001000101 | 3f3f683f3f3f3f5245 |
UTF-8 | 횂혴h횄짤횄짹RE | 111011011001101010000010111011011001100010110100011010001110110110011010100001001110110010100111101001001110110110011010100001001110110010100111101110010101001001000101 | ed9a82ed98b468ed9a84eca7a4ed9a84eca7b95245 |
UHC | 횂혴h횄짤횄짹RE | 110000111000001011000010100110110110100011000011100000111100001010101001110000111000001111000010101100010101001001000101 | c382c29b68c383c2a9c383c2b15245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)