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 | 棚孫息竪損 | 10010010010010011001000110110111100100011010011110010010010001111001000110111001 | 924991b791a7924791b9 |
EUC-JP | 棚孫息竪損 | 11000011101010101100001010111001110000101010100111000011101010001100001010111011 | c3aac2b9c2a9c3a8c2bb |
UTF-8 | 棚孫息竪損 | 111001101010001110011010111001011010110110101011111001101000000110101111111001111010101110101010111001101001000010001101 | e6a39ae5adabe681afe7abaae6908d |
UHC | 棚孫息竪損 | 11011101110111001110000111011101111000111101001111100010101101011110000111011111 | dddce1dde3d3e2b5e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)