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 | 雫釮汐 | 1111001010100101100011101011010011111011101111101000111010101100 | f2a58eb4fbbe8eac |
EUC-JP | ?雫釮汐 | 0011111110111100101101101000111111100011101100001011110010101110 | 3fbcb68fe3b0bcae |
UTF-8 | 雫釮汐 | 111011101000011110011100111010011001101110101011111010011000011110101110111001101011000110010000 | ee879ce99babe987aee6b190 |
UHC | ???汐 | 0011111100111111001111111110000010110001 | 3f3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)