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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遽瑚献淲 | 1110011110101111100011001110100010001100101000111111101101000100 | e7af8ce88ca3fb44 |
EUC-JP | 遽瑚献? | 11101110101100011011100011101010101110001010010100111111 | eeb1b8eab8a53f |
UTF-8 | 遽瑚献淲 | 111010011000000110111101111001111001000110011010111001111000110010101110111001101011011110110010 | e981bde7919ae78caee6b7b2 |
UHC | 遽瑚?? | 110010111110100011111011110100010011111100111111 | cbe8fbd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)