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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | コヘ狢コヘ狢^ | 101110101100110111100000110000001011101011001101111000001100000001011110 | bacde0c0bacde0c05e |
EUC-JP | コヘ狢コヘ狢^ | 10001110101110101000111011001101111000001100001010001110101110101000111011001101111000001100001001011110 | 8eba8ecde0c28eba8ecde0c25e |
UTF-8 | コヘ狢コヘ狢^ | 11101111101111011011101011101111101111101000110111100111100010111010001011101111101111011011101011101111101111101000110111100111100010111010001001011110 | efbdbaefbe8de78ba2efbdbaefbe8de78ba25e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)