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 | ???m???m^ | 001111110011111100111111011011010011111100111111001111110110110101011110 | 3f3f3f6d3f3f3f6d5e |
SJIS-WIN | ???m???m^ | 001111110011111100111111011011010011111100111111001111110110110101011110 | 3f3f3f6d3f3f3f6d5e |
EUC-JP | ???m???m^ | 001111110011111100111111011011010011111100111111001111110110110101011110 | 3f3f3f6d3f3f3f6d5e |
UTF-8 | 梨듯쉧m梨듯쉧m^ | 111011111010011110100010111010111001001110101111111011001000100110100111011011011110111110100111101000101110101110010011101011111110110010001001101001110110110101011110 | efa7a2eb93afec89a76defa7a2eb93afec89a76d5e |
UHC | 梨듯쉧m梨듯쉧m^ | 111011001011000110110101111011011001101010000001011011011110110010110001101101011110110110011010100000010110110101011110 | ecb1b5ed9a816decb1b5ed9a816d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)