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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跋庭キろ | 11100110111010111001001011101011101101111000001011101011 | e6eb92ebb782eb |
EUC-JP | 跋庭キろ | 1110110011101101110001001110110110001110101101111010010011101101 | ecedc4ed8eb7a4ed |
UTF-8 | 跋庭キろ | 111010001011011110001011111001011011101010101101111011111011110110110111111000111000001010001101 | e8b78be5baadefbdb7e3828d |
UHC | 跋庭?ろ | 11011011101000101110111111010100001111111010101011101101 | dba2efd43faaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)