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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???鈺??\ | 0011111100111111001111111111101111000100001111110011111101011100 | 3f3f3ffbc43f3f5c |
EUC-JP | ???鈺??\ | 001111110011111100111111100011111110001111010101001111110011111101011100 | 3f3f3f8fe3d53f3f5c |
UTF-8 | 呂뽯젿鈺됰젚\ | 11101111101001101000000011101011101111011010111111101100101000001011111111101001100010001011101011101011100100001011000011101100101000001001101001011100 | efa680ebbdafeca0bfe988baeb90b0eca09a5c |
UHC | 呂뽯젿鈺됰젚\ | 11100101111110111001011011101011101000001011000111101000101011011000100111101011101000001001011001011100 | e5fb96eba0b1e8ad89eba0965c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)