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 | ?氓??璋摯 | 001111111001111110000010001111110011111111100000111101101001110110010101 | 3f9f823f3fe0f69d95 |
EUC-JP | 洧氓??璋摯 | 1000111111000111101101001101110111100010001111110011111111100000111110001101100111110101 | 8fc7b4dde23f3fe0f8d9f5 |
UTF-8 | 洧氓렫블璋摯 | 111001101011010010100111111001101011000010010011111010111010000010101011111010111011100010010100111001111001001010001011111001101001000110101111 | e6b4a7e6b093eba0abebb894e7928be691af |
UHC | 洧氓렫블璋摯 | 111010101111101111011000111011001000111010111001101110101110110111101101111100001111001010100111 | eafbd8ec8eb9baededf0f2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)