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 | ???陰?? | 00111111001111110011111110001001010000010011111100111111 | 3f3f3f89413f3f |
EUC-JP | ???陰?? | 00111111001111110011111110110001101000100011111100111111 | 3f3f3fb1a23f3f |
UTF-8 | 劣꾨뀘陰녑램 | 111011111010011010011101111010101011111010101000111010111000000010011000111010011001100110110000111010111000010110010001111010111001111010101000 | efa69deabea8eb8098e999b0eb8591eb9ea8 |
UHC | 劣꾨뀘陰녑램 | 111001101110101110000100111010111000010110010001111010111110010010110011111001011011011110100101 | e6eb84eb8591ebe4b3e5b7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)