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 | 甕??野? | 11100001010100000011111100111111100101101110110000111111 | e1503f3f96ec3f |
EUC-JP | 甕??野? | 11100001101100010011111100111111110011001110111000111111 | e1b13f3fccee3f |
UTF-8 | 甕먥닽野췇 | 111001111001010010010101111010111010100010100101111010111000101110111101111010011000011110001110111011001011011110000111 | e79495eba8a5eb8bbde9878eecb787 |
UHC | 甕먥닽野췇 | 11101000101110001001000011100010100010001010101111100101101011111010111001000010 | e8b890e288abe5afae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)