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??? | 001111110011111101100111001111110011111100111111 | 3f3f673f3f3f |
SJIS-WIN | ??g??? | 001111110011111101100111001111110011111100111111 | 3f3f673f3f3f |
EUC-JP | ??g?珏? | 0011111100111111011001110011111110001111110010111110110100111111 | 3f3f673f8fcbed3f |
UTF-8 | 렻렔g렺珏렟 | 11101011101000001011101111101011101000001001010001100111111010111010000010111010111001111000111110001111111010111010000010011111 | eba0bbeba09467eba0bae78f8feba09f |
UHC | 렻렔g렺珏렟 | 1000111011000011100011101010100101100111100011101100001011001010110001001000111010110000 | 8ec38ea9678ec2cac48eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)