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 | ????ゅ?^ | 0011111100111111001111110011111110000010111000110011111101011110 | 3f3f3f3f82e33f5e |
EUC-JP | ????ゅ?^ | 0011111100111111001111110011111110100100111001010011111101011110 | 3f3f3f3fa4e53f5e |
UTF-8 | 樂⒵찇溜ゅ쇀^ | 11101111101001101011111111100010100100101011010111101100101100001000011111101111101001111000101111100011100000101000010111101100100001111000000001011110 | efa6bfe292b5ecb087efa78be38285ec87805e |
UHC | 樂⒵찇溜ゅ쇀^ | 11101000111110011010100111100110101010011000101111101010111111101010101011100101100110011011010001011110 | e8f9a9e6a98beafeaae599b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)