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 | 淨????題 | 1001111111000100001111110011111100111111001111111001000111101000 | 9fc43f3f3f3f91e8 |
EUC-JP | 淨????題 | 1101111011000110001111110011111100111111001111111100001011101010 | dec63f3f3f3fc2ea |
UTF-8 | 淨꿸늉亐렓題 | 111001101011011110101000111010101011111110111000111010111000101010001001111001001011101010010000111010111010000010010011111010011010000110001100 | e6b7a8eabfb8eb8a89e4ba90eba093e9a18c |
UHC | 淨꿸늉亐렓題 | 111011111110010010110010111010101011010010111111111010101010011110001110101010001111000010111001 | efe4b2eab4bfeaa78ea8f0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)