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 | ??_??~ | 001111110011111101011111001111110011111101111110 | 3f3f5f3f3f7e |
SJIS-WIN | ?但_??~ | 00111111100100100100000101011111001111110011111101111110 | 3f92415f3f3f7e |
EUC-JP | ?但_??~ | 00111111110000111010001001011111001111110011111101111110 | 3fc3a25f3f3f7e |
UTF-8 | 렺但_렻렊~ | 1110101110100000101110101110010010111101100001100101111111101011101000001011101111101011101000001000101001111110 | eba0bae4bd865feba0bbeba08a7e |
UHC | 렺但_렻렊~ | 10001110110000101101001110100011010111111000111011000011100011101010000101111110 | 8ec2d3a35f8ec38ea17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)