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 | ?R?? | 00111111010100100011111100111111 | 3f523f3f |
SJIS-WIN | 哭R瘁韲 | 10011010010011000101001011100001100000011110100011101100 | 9a4c52e181e8ec |
EUC-JP | 哭R瘁韲 | 11010011101011010101001011100001111000011111000011101110 | d3ad52e1e1f0ee |
UTF-8 | 哭R瘁韲 | 11100101100100111010110101010010111001111001100010000001111010011001111110110010 | e593ad52e79881e99fb2 |
UHC | 哭R?? | 1100110111010110010100100011111100111111 | cdd6523f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)