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 | 阮ー貊ゑスセ | 111010001001011010110000111001101011101110000010111011111011110110111110 | e896b0e6bb82efbdbe |
EUC-JP | 阮ー貊ゑスセ | 111011111111011010001110101100001110110010111101101001001111000110001110101111011000111010111110 | eff68eb0ecbda4f18ebd8ebe |
UTF-8 | 阮ー貊ゑスセ | 111010011001100010101110111011111011110110110000111010001011001010001010111000111000001010010001111011111011110110111101111011111011110110111110 | e998aeefbdb0e8b28ae38291efbdbdefbdbe |
UHC | 阮?貊ゑ?? | 111010001101011000111111110110001110011110101010111100010011111100111111 | e8d63fd8e7aaf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)