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 | 郤捺ォ帛宍 | 111001111011101010010011111001101010101110011011111001011000111010110011 | e7ba93e6ab9be58eb3 |
EUC-JP | 郤捺ォ帛宍 | 11101110101111001100011011101000100011101010101111010110111001111011110010110101 | eebcc6e88eabd6e7bcb5 |
UTF-8 | 郤捺ォ帛宍 | 111010011000001110100100111001101000110110111010111011111011110110101011111001011011100010011011111001011010111010001101 | e983a4e68dbaefbdabe5b89be5ae8d |
UHC | ?捺?帛? | 00111111110100011111010000111111110110111101100100111111 | 3fd1f43fdbd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)