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 | ???謠??\ | 0011111100111111001111111110011010001111001111110011111101011100 | 3f3f3fe68f3f3f5c |
EUC-JP | ???謠??\ | 0011111100111111001111111110101111101111001111110011111101011100 | 3f3f3febef3f3f5c |
UTF-8 | 樂롳슛謠곤쉬\ | 11101111101001101011111111101011101000011011001111101100100010101001101111101000101011001010000011101010101100111010010011101100100010011010110001011100 | efa6bfeba1b3ec8a9be8aca0eab3a4ec89ac5c |
UHC | 樂롳슛謠곤쉬\ | 11101000111110011000111011101111101111011011100011101001101010101011000011101111101111011010110001011100 | e8f98eefbdb8e9aab0efbdac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)