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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 燾ォ勒ヒ\ | 11111011010110101010101111101000110100111100101101011100 | fb5aabe8d3cb5c |
EUC-JP | 燾ォ勒ヒ\ | 10001111110010101011110110001110101010111111000011010101100011101100101101011100 | 8fcabd8eabf0d58ecb5c |
UTF-8 | 燾ォ勒ヒ\ | 11100111100001111011111011101111101111011010101111100101100010111001001011101111101111101000101101011100 | e787beefbdabe58b92efbe8b5c |
UHC | 燾?勒?\ | 11010100101001110011111111010111110011010011111101011100 | d4a73fd7cd3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)