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 | 鋧汐レ邇ョ | 11111011110011111000111010101100111100001010111011011010111001111000111010101110 | fbcf8eacf0aedae78eae |
EUC-JP | 鋧汐?レ邇ョ | 100011111110010011001011101111001010111000111111100011101101101011101101111011101000111010101110 | 8fe4cbbcae3f8edaedee8eae |
UTF-8 | 鋧汐レ邇ョ | 111010011000101110100111111001101011000110010000111011101000000110101101111011111011111010011010111010011000001010000111111011111011110110101110 | e98ba7e6b190ee81adefbe9ae98287efbdae |
UHC | ?汐??邇? | 0011111111100000101100010011111100111111111011001100010000111111 | 3fe0b13f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)