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 | ?x???a | 001111110111100000111111001111110011111101100001 | 3f783f3f3f61 |
SJIS-WIN | ?x???a | 001111110111100000111111001111110011111101100001 | 3f783f3f3f61 |
EUC-JP | ?x???a | 001111110111100000111111001111110011111101100001 | 3f783f3f3f61 |
UTF-8 | 혧x찾횋혮a | 1110110110011000101001110111100011101100101100001011111011101101100110101000101111101101100110001010111001100001 | ed98a778ecb0beed9a8bed98ae61 |
UHC | 혧x찾횋혮a | 11000010100011110111100011000011101000111100001110001001110000101001010101100001 | c28f78c3a3c389c29561 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)