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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渉ユ燁渉 | 10001111110000101101010111111011010110011000111111000010 | 8fc2d5fb598fc2 |
EUC-JP | 渉ユ燁渉 | 101111101100010010001110110101011000111111001010101100111011111011000100 | bec48ed58fcab3bec4 |
UTF-8 | 渉ユ燁渉 | 111001101011100010001001111011111011111010010101111001111000011110000001111001101011100010001001 | e6b889efbe95e78781e6b889 |
UHC | ??燁? | 0011111100111111111001111010011100111111 | 3f3fe7a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)