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 | ???C??E | 00111111001111110011111101000011001111110011111101000101 | 3f3f3f433f3f45 |
SJIS-WIN | ?領?C??E | 0011111110010111110011000011111101000011001111110011111101000101 | 3f97cc3f433f3f45 |
EUC-JP | ?領?C??E | 0011111111001110110011100011111101000011001111110011111101000101 | 3fcece3f433f3f45 |
UTF-8 | 렺領렪C렻렏E | 1110101110100000101110101110100110100000100110001110101110100000101010100100001111101011101000001011101111101011101000001000111101000101 | eba0bae9a098eba0aa43eba0bbeba08f45 |
UHC | 렺領렪C렻렏E | 100011101100001011010110110001011000111010111000010000111000111011000011100011101010010101000101 | 8ec2d6c58eb8438ec38ea545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)