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 | 邀溽梶逧 | 1110011110110001100111111110011110001010100000011110011110011010 | e7b19fe78a81e79a |
EUC-JP | 邀溽梶逧 | 1110111010110011110111101110100110110011111000011110110111111010 | eeb3dee9b3e1edfa |
UTF-8 | 邀溽梶逧 | 111010011000001010000000111001101011101010111101111001101010001010110110111010011000000010100111 | e98280e6babde6a2b6e980a7 |
UHC | 邀?梶? | 111010011010110100111111110110101011001000111111 | e9ad3fdab23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)