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 | 低?億?毅貞 | 10010010111000010011111110001001101011010011111110001011010000101001001011100101 | 92e13f89ad3f8b4292e5 |
EUC-JP | 低?億?毅貞 | 11000100111000110011111110110010101011110011111110110101101000111100010011100111 | c4e33fb2af3fb5a3c4e7 |
UTF-8 | 低렦億곁毅貞 | 111001001011110110001110111010111010000010100110111001011000010010000100111010101011001110000001111001101010111110000101111010001011001010011110 | e4bd8eeba0a6e58484eab381e6af85e8b29e |
UHC | 低렦億곁毅貞 | 111011101011100010001110101101011110010111100010101100001110011111101011111101101110111111110110 | eeb88eb5e5e2b0e7ebf6eff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)