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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ???堉??\ | 001111110011111100111111100011111011011111111101001111110011111101011100 | 3f3f3f8fb7fd3f3f5c |
UTF-8 | 嶺뚢돦堉싴씇\ | 11101111101001101010101111101011100110101010001011101011100011111010011011100101101000001000100111101100100010111011010011101100100101001000011101011100 | efa6abeb9aa2eb8fa6e5a089ec8bb4ec94875c |
UHC | 嶺뚢돦堉싴씇\ | 11100111101011011000110011100010100010011010101011101011101111001001101011101101100111011001111101011100 | e7ad8ce289aaebbc9aed9d9f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)