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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 傲??節?? | 1001100011111100001111110011111110010000110111110011111100111111 | 98fc3f3f90df3f3f |
EUC-JP | 傲??節®? | 11010000111111100011111100111111110000001110000110001111101000101110111000111111 | d0fe3f3fc0e18fa2ee3f |
UTF-8 | 傲졿벚節®떓 | 1110010110000010101100101110110010100001101111111110101110110010100110101110011110101111100000001100001010101110111010111001011010010011 | e582b2eca1bfebb29ae7af80c2aeeb9693 |
UHC | 傲졿벚節®떓 | 111001111110110010100000111001101011101010100010111011111011110110100010111001111000101110101001 | e7eca0e6baa2efbda2e78ba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)