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???q | 0011111100111111001111110100011100111111001111110011111101110001 | 3f3f3f473f3f3f71 |
SJIS-WIN | ???G???q | 0011111100111111001111110100011100111111001111110011111101110001 | 3f3f3f473f3f3f71 |
EUC-JP | ???G???q | 0011111100111111001111110100011100111111001111110011111101110001 | 3f3f3f473f3f3f71 |
UTF-8 | 溜븐콟G溜븐갸q | 1110111110100111100010111110101110111000100100001110110010111101100111110100011111101111101001111000101111101011101110001001000011101010101100001011100001110001 | efa78bebb890ecbd9f47efa78bebb890eab0b871 |
UHC | 溜븐콟G溜븐갸q | 1110101011111110101110101110110010110001100101110100011111101010111111101011101011101100101100001011110001110001 | eafebaecb19747eafebaecb0bc71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)