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 | 001111110011111100111111001111110011111101100111 | 3f3f3f3f3f67 |
SJIS-WIN | ?????g | 001111110011111100111111001111110011111101100111 | 3f3f3f3f3f67 |
EUC-JP | ?????g | 001111110011111100111111001111110011111101100111 | 3f3f3f3f3f67 |
UTF-8 | 혵짝혳첬혟g | 11101101100110001011010111101100101001111001110111101101100110001011001111101100101100101010110011101101100110001001111101100111 | ed98b5eca79ded98b3ecb2aced989f67 |
UHC | 혵짝혳첬혟g | 1100001010011100110000101010011011000010100110101100001110111010110000101000100101100111 | c29cc2a6c29ac3bac28967 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)