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 | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ?艀??G | 001111111110010001111000001111110011111101000111 | 3fe4783f3f47 |
EUC-JP | ?艀??G | 001111111110011111011001001111110011111101000111 | 3fe7d93f3f47 |
UTF-8 | 렺艀렻렓G | 11101011101000001011101011101000100010011000000011101011101000001011101111101011101000001001001101000111 | eba0bae88980eba0bbeba09347 |
UHC | 렺艀렻렓G | 100011101100001011011101101100101000111011000011100011101010100001000111 | 8ec2ddb28ec38ea847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)