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 | 撓??傲?? | 1001110110011010001111110011111110011000111111000011111100111111 | 9d9a3f3f98fc3f3f |
EUC-JP | 撓??傲?? | 1101100111111010001111110011111111010000111111100011111100111111 | d9fa3f3fd0fe3f3f |
UTF-8 | 撓뷂쉔傲됵슐 | 111001101001001010010011111010111011011110000010111011001000100110010100111001011000001010110010111010111001000010110101111011001000101010010000 | e69293ebb782ec8994e582b2eb90b5ec8a90 |
UHC | 撓뷂쉔傲됵슐 | 111010001111010110010100111011111011110110101000111001111110110010001001111011111011110110110110 | e8f594efbda8e7ec89efbdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)