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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 薰ョ薰「薰ュ蠇 | 1111101110011110101011101111101110011110101000101111101110011110101011011111101110100001 | fb9eaefb9ea2fb9eadfba1 |
EUC-JP | ?ョ?「?ュ? | 00111111100011101010111000111111100011101010001000111111100011101010110100111111 | 3f8eae3f8ea23f8ead3f |
UTF-8 | 薰ョ薰「薰ュ蠇 | 111010001001011010110000111011111011110110101110111010001001011010110000111011111011110110100010111010001001011010110000111011111011110110101101111010001010000010000111 | e896b0efbdaee896b0efbda2e896b0efbdade8a087 |
UHC | 薰?薰?薰?? | 11111101101110010011111111111101101110010011111111111101101110010011111100111111 | fdb93ffdb93ffdb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)