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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?艀???? | 00111111111001000111100000111111001111110011111100111111 | 3fe4783f3f3f3f |
EUC-JP | ?艀???? | 00111111111001111101100100111111001111110011111100111111 | 3fe7d93f3f3f3f |
UTF-8 | 렺艀렻렒렺렏 | 111010111010000010111010111010001000100110000000111010111010000010111011111010111010000010010010111010111010000010111010111010111010000010001111 | eba0bae88980eba0bbeba092eba0baeba08f |
UHC | 렺艀렻렒렺렏 | 100011101100001011011101101100101000111011000011100011101010011110001110110000101000111010100101 | 8ec2ddb28ec38ea78ec28ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)