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 | 釿帛捷譴 | 1110011111100001100110111110010110001111101101111110011010100010 | e7e19be58fb7e6a2 |
EUC-JP | 釿帛捷譴 | 1110111011100011110101101110011110111110101110011110110010100100 | eee3d6e7beb9eca4 |
UTF-8 | 釿帛捷譴 | 111010011000011110111111111001011011100010011011111001101000110110110111111010001010110110110100 | e987bfe5b89be68db7e8adb4 |
UHC | ?帛捷譴 | 00111111110110111101100111110100110111111100110010111001 | 3fdbd9f4dfccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)