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 | ?暖縫毋? | 0011111110010010011001111001011001000100100111110111100000111111 | 3f926796449f783f |
EUC-JP | ?暖縫毋? | 0011111111000011110010001100101110100101110111011101100100111111 | 3fc3c8cba5ddd93f |
UTF-8 | 뤶暖縫毋쭭 | 111010111010010010110110111001101001101010010110111001111011100010101011111001101010111110001011111011001010110110101101 | eba4b6e69a96e7b8abe6af8becadad |
UHC | 뤶暖縫毋쭭 | 10001111111001001101000111101100110111001110111011011001111011001010100001000001 | 8fe4d1ecdceed9eca841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)