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 | 澳??苑f? | 111000000101001100111111001111111000100110010001100000101000011000111111 | e0533f3f899182863f |
EUC-JP | 澳??苑f? | 110111111011010000111111001111111011000111110001101000111110011000111111 | dfb43f3fb1f1a3e63f |
UTF-8 | 澳낅뿩苑f텈 | 111001101011111010110011111010111000001010000101111010111011111110101001111010001000101110010001111011111011110110000110111011011000010110001000 | e6beb3eb8285ebbfa9e88b91efbd86ed8588 |
UHC | 澳낅뿩苑f텈 | 111001111111111010000101111010111001011110101001111010101011110110100011111001101011011010000101 | e7fe85eb97a9eabda3e6b685 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)