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 | OR[OR[^ | 1001001001001111100100100101001001011011100100100100111110010010010100100101101101011110 | 924f92525b924f92525b5e |
SJIS-WIN | ?O?R[?O?R[^ | 0011111101001111001111110101001001011011001111110100111100111111010100100101101101011110 | 3f4f3f525b3f4f3f525b5e |
EUC-JP | ?O?R[?O?R[^ | 0011111101001111001111110101001001011011001111110100111100111111010100100101101101011110 | 3f4f3f525b3f4f3f525b5e |
UTF-8 | OR[OR[^ | 110000101001001001001111110000101001001001010010010110111100001010010010010011111100001010010010010100100101101101011110 | c2924fc292525bc2924fc292525b5e |
UHC | ?O?R[?O?R[^ | 0011111101001111001111110101001001011011001111110100111100111111010100100101101101011110 | 3f4f3f525b3f4f3f525b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)