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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀溽半逾 | 1110011110110001100111111110011110010100101111001110011110100101 | e7b19fe794bce7a5 |
EUC-JP | 邀溽半逾 | 1110111010110011110111101110100111001000101111101110111010100111 | eeb3dee9c8beeea7 |
UTF-8 | 邀溽半逾 | 111010011000001010000000111001101011101010111101111001011000110110001010111010011000000010111110 | e98280e6babde58d8ae980be |
UHC | 邀?半逾 | 11101001101011010011111111011010111000101110101110110101 | e9ad3fdae2ebb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)