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 | ????rB | 001111110011111100111111001111110111001001000010 | 3f3f3f3f7242 |
SJIS-WIN | 娼ー将」rB | 1000111110101001101100001000111110101011101000110111001001000010 | 8fa9b08faba37242 |
EUC-JP | 娼ー将」rB | 10111110101010111000111010110000101111101010110110001110101000110111001001000010 | beab8eb0bead8ea37242 |
UTF-8 | 娼ー将」rB | 1110010110101000101111001110111110111101101100001110010110110000100001101110111110111101101000110111001001000010 | e5a8bcefbdb0e5b086efbda37242 |
UHC | 娼???rB | 11110011110111100011111100111111001111110111001001000010 | f3de3f3f3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)