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 | 譚溷援邂ェ | 111001101001110110011111111001011000100110000111111001111010111010101010 | e69d9fe58987e7aeaa |
EUC-JP | 譚溷援邂ェ | 11101011111111011101111011100111101100011110011111101110101100001000111010101010 | ebfddee7b1e7eeb08eaa |
UTF-8 | 譚溷援邂ェ | 111010001010110110011010111001101011101010110111111001101000111110110100111010011000001010000010111011111011110110101010 | e8ad9ae6bab7e68fb4e98282efbdaa |
UHC | 譚?援邂? | 1101001111001001001111111110101010110101111110101011001100111111 | d3c93feab5fab33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)