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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 慂??涅? | 10011100110010000011111100111111100111111011100000111111 | 9cc83f3f9fb83f |
EUC-JP | 慂??涅? | 11011000110010100011111100111111110111101011101000111111 | d8ca3f3fdeba3f |
UTF-8 | 慂잒쾳涅됭 | 111001101000010110000010111011001001111010010010111011001011111010110011111001101011011010000101111010111001000010101101 | e68582ec9e92ecbeb3e6b685eb90ad |
UHC | 慂잒쾳涅됭 | 11101001101111011001111111101000101100101000100111100110111011101000100111101000 | e9bd9fe8b289e6ee89e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)