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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 杢鴣}Y杢鴣}bE | 10010110110110111110100111110011011111010101100110010110110110111110100111110011011111010110001001000101 | 96dbe9f37d5996dbe9f37d6245 |
EUC-JP | 杢鴣}Y杢鴣}bE | 11001100110111011111001011110101011111010101100111001100110111011111001011110101011111010110001001000101 | ccddf2f57d59ccddf2f57d6245 |
UTF-8 | 杢鴣}Y杢鴣}bE | 1110011010011101101000101110100110110100101000110111110101011001111001101001110110100010111010011011010010100011011111010110001001000101 | e69da2e9b4a37d59e69da2e9b4a37d6245 |
UHC | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)