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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 阡苓ェ梧п@h | 1110100010010100100101111110100010101010100011001110011010000100100000010100000001101000 | e89497e8aa8ce684814068 |
EUC-JP | 阡苓ェ梧п@h | 111011111111010011001110111010101000111010101010101110001110100010100111111000010100000001101000 | eff4ceea8eaab8e8a7e14068 |
UTF-8 | 阡苓ェ梧п@h | 11101001100110001010000111101000100010111001001111101111101111011010101011100110101000101010011111010000101111110100000001101000 | e998a1e88b93efbdaae6a2a7d0bf4068 |
UHC | 阡??梧п@h | 11110100110001100011111100111111111001111111110010101100111000010100000001101000 | f4c63f3fe7fcace14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)