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 | ?±??^ | 0011111110110001001111110011111101011110 | 3fb13f3f5e |
SJIS-WIN | 逵±逵+^ | 111001111001110010000001011111011110011110011100100000010111101101011110 | e79c817de79c817b5e |
EUC-JP | 逵±逵+^ | 111011011111110010100001110111101110110111111100101000011101110001011110 | edfca1deedfca1dc5e |
UTF-8 | 逵±逵+^ | 111010011000000010110101110000101011000111101001100000001011010111101111101111001000101101011110 | e980b5c2b1e980b5efbc8b5e |
UHC | 逵±逵+^ | 110100001011000010100001101111101101000010110000101000111010101101011110 | d0b0a1bed0b0a3ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)