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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 竺ホ鋓ョ^ | 1111001010101110100011101011000111110001111000001100111011111011110101101010111001011110 | f2ae8eb1f1e0cefbd6ae5e |
EUC-JP | ?竺?ホ鋓ョ^ | 001111111011110010110011001111111000111011001110100011111110010010111111100011101010111001011110 | 3fbcb33f8ece8fe4bf8eae5e |
UTF-8 | 竺ホ鋓ョ^ | 11101110100001111010010111100111101010111011101011101110100001011001101111101111101111101000111011101001100010111001001111101111101111011010111001011110 | ee87a5e7abbaee859befbe8ee98b93efbdae5e |
UHC | ?竺????^ | 0011111111110101111001110011111100111111001111110011111101011110 | 3ff5e73f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)