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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阡苓ェ梧п | 111010001001010010010111111010001010101010001100111001101000010010000001 | e89497e8aa8ce68481 |
EUC-JP | 阡苓ェ梧п | 11101111111101001100111011101010100011101010101010111000111010001010011111100001 | eff4ceea8eaab8e8a7e1 |
UTF-8 | 阡苓ェ梧п | 1110100110011000101000011110100010001011100100111110111110111101101010101110011010100010101001111101000010111111 | e998a1e88b93efbdaae6a2a7d0bf |
UHC | 阡??梧п | 1111010011000110001111110011111111100111111111001010110011100001 | f4c63f3fe7fcace1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)