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 | 莠壱。ョ奛弱 | 11100100101110101000100011101011101000011010111011111010101000011000111011100011 | e4ba88eba1aefaa18ee3 |
EUC-JP | 莠壱。ョ奛弱 | 11101000101111001011000011101101100011101010000110001110101011101000111110111000111101111011110011100101 | e8bcb0ed8ea18eae8fb8f7bce5 |
UTF-8 | 莠壱。ョ奛弱 | 111010001000111010100000111001011010001110110001111011111011110110100001111011111011110110101110111001011010010110011011111001011011110010110001 | e88ea0e5a3b1efbda1efbdaee5a59be5bcb1 |
UHC | ?????弱 | 00111111001111110011111100111111001111111110010110110000 | 3f3f3f3f3fe5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)