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 | 。爍ォ。娼ー | 10100001111000001010000111110010100011111010101110100001100011111010100110110000 | a1e0a1f28faba18fa9b0 |
EUC-JP | 。爍?ォ。娼ー | 10001110101000011110000010100011001111111000111010101011100011101010000110111110101010111000111010110000 | 8ea1e0a33f8eab8ea1beab8eb0 |
UTF-8 | 。爍ォ。娼ー | 111011111011110110100001111001111000100010001101111011101000011110000110111011111011110110101011111011111011110110100001111001011010100010111100111011111011110110110000 | efbda1e7888dee8786efbdabefbda1e5a8bcefbdb0 |
UHC | ?????娼? | 0011111100111111001111110011111100111111111100111101111000111111 | 3f3f3f3f3ff3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)