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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 哀???\ | 100010001010001100111111001111110011111101011100 | 88a33f3f3f5c |
EUC-JP | 哀???\ | 101100001010010100111111001111110011111101011100 | b0a53f3f3f5c |
UTF-8 | 哀넘됱젳\ | 11100101100100111000000011101011100001001001100011101011100100001011000111101100101000001011001101011100 | e59380eb8498eb90b1eca0b35c |
UHC | 哀넘됱젳\ | 111001001110111010110011110100011000100111101100101000001010011101011100 | e4eeb3d189eca0a75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)