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 | 堤?佇??界 | 100100101110011100111111100110001100100000111111001111111000101001000101 | 92e73f98c83f3f8a45 |
EUC-JP | 堤?佇??界 | 110001001110100100111111110100001100101000111111001111111011001110100110 | c4e93fd0ca3f3fb3a6 |
UTF-8 | 堤렚佇쟉렯界 | 111001011010000010100100111010111010000010011010111001001011110110000111111011001001111110001001111010111010000010101111111001111001010110001100 | e5a0a4eba09ae4bd87ec9f89eba0afe7958c |
UHC | 堤렚佇쟉렯界 | 111100001010011110001110101011011110111010110111110000001111000110001110101111001100110110100011 | f0a78eadeeb7c0f18ebccda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)