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 | 茵儡???? | 1110010010011111100110010101001100111111001111110011111100111111 | e49f99533f3f3f3f |
EUC-JP | 茵儡???? | 1110100010100001110100011011010000111111001111110011111100111111 | e8a1d1b43f3f3f3f |
UTF-8 | 茵儡렏ㅽ렋쭸 | 111010001000110010110101111001011000010010100001111010111010000010001111111000111000010110111101111010111010000010001011111011001010110110111000 | e88cb5e584a1eba08fe385bdeba08becadb8 |
UHC | 茵儡렏ㅽ렋쭸 | 111011001110000011010110111011011000111010100101101001001110110110001110101000101100001011100110 | ece0d6ed8ea5a4ed8ea2c2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)