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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ???節??] | 0011111100111111001111111001000011011111001111110011111101011101 | 3f3f3f90df3f3f5d |
EUC-JP | ???節??] | 0011111100111111001111111100000011100001001111110011111101011101 | 3f3f3fc0e13f3f5d |
UTF-8 | 遼꿜퉿節븝쉠] | 11101111101001111000001111101010101111111001110011101101100010011011111111100111101011111000000011101011101110001001110111101100100010011010000001011101 | efa783eabf9ced89bfe7af80ebb89dec89a05d |
UHC | 遼꿜퉿節븝쉠] | 11101001101011001011001011100100101110011001011111101111101111011011101011101111101111011010101001011101 | e9acb2e4b997efbdbaefbdaa5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)