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 | ??G??R | 001111110011111101000111001111110011111101010010 | 3f3f473f3f52 |
SJIS-WIN | ?漏G?漏R | 0011111110011000010100100100011100111111100110000101001001010010 | 3f9852473f985252 |
EUC-JP | ?漏G?漏R | 0011111111001111101100110100011100111111110011111011001101010010 | 3fcfb3473fcfb352 |
UTF-8 | 렺漏G렺漏R | 1110101110100000101110101110011010111100100011110100011111101011101000001011101011100110101111001000111101010010 | eba0bae6bc8f47eba0bae6bc8f52 |
UHC | 렺漏G렺漏R | 10001110110000101101011110101001010001111000111011000010110101111010100101010010 | 8ec2d7a9478ec2d7a952 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)