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 | î½zî½zB | 111011101001100110111101011110101110111010011001101111010111101001000010 | ee99bd7aee99bd7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | î??zî??zB | 10001111101010111100001000111111001111110111101010001111101010111100001000111111001111110111101001000010 | 8fabc23f3f7a8fabc23f3f7a42 |
UTF-8 | î½zî½zB | 110000111010111011000010100110011100001010111101011110101100001110101110110000101001100111000010101111010111101001000010 | c3aec299c2bd7ac3aec299c2bd7a42 |
UHC | ??½z??½zB | 0011111100111111101010001111011001111010001111110011111110101000111101100111101001000010 | 3f3fa8f67a3f3fa8f67a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)