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 | ??德堪東? | 001111110011111111111010101110101000101010101100100100111000110000111111 | 3f3ffaba8aac938c3f |
EUC-JP | ???堪東? | 0011111100111111001111111011010010101110110001011110110000111111 | 3f3f3fb4aec5ec3f |
UTF-8 | 앎뤦德堪東롅 | 111011001001010110001110111010111010010010100110111001011011111010110111111001011010000010101010111001101001110110110001111010111010000110000101 | ec958eeba4a6e5beb7e5a0aae69db1eba185 |
UHC | 앎뤦德堪東롅 | 101111101100110110001111110101001101001111101100110010101110110111010100110101001000111011001011 | becd8fd4d3eccaedd4d48ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)