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 | 野??仰? | 10010110111011000011111100111111100010111100001000111111 | 96ec3f3f8bc23f |
EUC-JP | 野??仰? | 11001100111011100011111100111111101101101100010000111111 | ccee3f3fb6c43f |
UTF-8 | 野녕떣仰쀦 | 111010011000011110001110111010111000010110010101111010111001011010100011111001001011101110110000111011001000000010100110 | e9878eeb8595eb96a3e4bbb0ec80a6 |
UHC | 野녕떣仰쀦 | 11100101101011111011001111100111100010111011011111100100111001101001011111100110 | e5afb3e78bb7e4e697e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)