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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?顆?] | 0011111111101000111101110011111101011101 | 3fe8f73f5d |
EUC-JP | ?顆馹] | 00111111111100001111100110001111111010011010000101011101 | 3ff0f98fe9a15d |
UTF-8 | 젱顆馹] | 11101100101000001011000111101001101000011000011011101001101001101011100101011101 | eca0b1e9a186e9a6b95d |
UHC | 젱顆馹] | 11000001101011011100111010101000111011001111000101011101 | c1adcea8ecf15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)