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 | 傲??塋?? | 1001100011111100001111110011111110011010110010000011111100111111 | 98fc3f3f9ac83f3f |
EUC-JP | 傲??塋?? | 1101000011111110001111110011111111010100110010100011111100111111 | d0fe3f3fd4ca3f3f |
UTF-8 | 傲좑쉔塋듿컗 | 111001011000001010110010111011001010001010010001111011001000100110010100111001011010000110001011111010111001001110111111111011001011101110010111 | e582b2eca291ec8994e5a18beb93bfecbb97 |
UHC | 傲좑쉔塋듿컗 | 111001111110110010100000111011111011110110101000111001111010101110001010111001011011000010000010 | e7eca0efbda8e7ab8ae5b082 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)