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 | 繒????? | 11111011100011110011111100111111001111110011111100111111 | fb8f3f3f3f3f3f |
EUC-JP | 繒????? | 1000111111010100110101000011111100111111001111110011111100111111 | 8fd4d43f3f3f3f3f |
UTF-8 | 繒멱렓목렰렱 | 111001111011100110010010111010111010100110110001111010111010000010010011111010111010101010101001111010111010000010110000111010111010000010110001 | e7b992eba9b1eba093ebaaa9eba0b0eba0b1 |
UHC | 繒멱렓목렰렱 | 111100011111100110111000111010001000111010101000101110001111000110001110101111011000111010111110 | f1f9b8e88ea8b8f18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)