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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釿嶝榊ョ苓 | 111001111110000110011011110100011000110111100101101011101001011111101000 | e7e19bd18de5ae97e8 |
EUC-JP | 釿嶝榊ョ苓 | 11101110111000111101011011010011101110101110011110001110101011101100111011101010 | eee3d6d3bae78eaeceea |
UTF-8 | 釿嶝榊ョ苓 | 111010011000011110111111111001011011011010011101111001101010011010001010111011111011110110101110111010001000101110010011 | e987bfe5b69de6a68aefbdaee88b93 |
UHC | ?嶝??? | 001111111101010011110001001111110011111100111111 | 3fd4f13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)