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 | ??功嶽? | 00111111001111111000110011110111100110111101010000111111 | 3f3f8cf79bd43f |
EUC-JP | ??功嶽? | 00111111001111111011100011111001110101101101011000111111 | 3f3fb8f9d6d63f |
UTF-8 | 뤶쫷功嶽렱 | 111010111010010010110110111011001010101110110111111001011000101010011111111001011011011010111101111010111010000010110001 | eba4b6ecabb7e58a9fe5b6bdeba0b1 |
UHC | 뤶쫷功嶽렱 | 10001111111001001010011010001110110011011110110111100100110000001000111010111110 | 8fe4a68ecdede4c08ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)