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 | 淸イ桄ク昇ホ | 111110110100001110110010111110101110011010111000100011111011100011001110 | fb43b2fae6b88fb8ce |
EUC-JP | ?イ桄ク昇ホ | 001111111000111010110010100011111100001111011000100011101011100010111110101110101000111011001110 | 3f8eb28fc3d88eb8beba8ece |
UTF-8 | 淸イ桄ク昇ホ | 111001101011011110111000111011111011110110110010111001101010000110000100111011111011110110111000111001101001100010000111111011111011111010001110 | e6b7b8efbdb2e6a184efbdb8e69887efbe8e |
UHC | 淸???昇? | 1111010011101000001111110011111100111111111000111011000000111111 | f4e83f3f3fe3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)