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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 雕オ荵溽袖] | 11101000101110001011010111100100101110011001111111100111100100011011001101011101 | e8b8b5e4b99fe791b35d |
EUC-JP | 雕オ荵溽袖] | 1111000010111010100011101011010111101000101110111101111011101001110000101011010101011101 | f0ba8eb5e8bbdee9c2b55d |
UTF-8 | 雕オ荵溽袖] | 11101001100110111001010111101111101111011011010111101000100011011011010111100110101110101011110111101000101000101001011001011101 | e99b95efbdb5e88db5e6babde8a2965d |
UHC | 雕???袖] | 1111000011100111001111110011111100111111111000101100000001011101 | f0e73f3f3fe2c05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)