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 | ???節??\ | 0011111100111111001111111001000011011111001111110011111101011100 | 3f3f3f90df3f3f5c |
EUC-JP | 縕??節??\ | 10001111110101001100001000111111001111111100000011100001001111110011111101011100 | 8fd4c23f3fc0e13f3f5c |
UTF-8 | 縕됪녂節댐쉥\ | 11100111101110001001010111101011100100001010101011101011100001011000001011100111101011111000000011101011100011001001000011101100100010011010010101011100 | e7b895eb90aaeb8582e7af80eb8c90ec89a55c |
UHC | 縕됪녂節댐쉥\ | 11101000101100101000100111100110100001101011101011101111101111011011010011101111101111011010101101011100 | e8b289e686baefbdb4efbdab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)