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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 町麥?羽?佇 | 10010010101011001110101001101101001111111000100101001000001111111001100011001000 | 92acea6d3f89483f98c8 |
EUC-JP | 町麥?羽?佇 | 11000100101011101111001111001110001111111011000110101001001111111101000011001010 | c4aef3ce3fb1a93fd0ca |
UTF-8 | 町麥㎮羽렱佇 | 111001111001010010111010111010011011101010100101111000111000111010101110111001111011111010111101111010111010000010110001111001001011110110000111 | e794bae9baa5e38eaee7bebdeba0b1e4bd87 |
UHC | 町麥㎮羽렱佇 | 111011111110101111011000111010101010011111100010111010011110001010001110101111101110111010110111 | efebd8eaa7e2e9e28ebeeeb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)