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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 娼チ「フ\ | 1000111110101001110000011010001011111001101000101100110001011100 | 8fa9c1a2f9a2cc5c |
EUC-JP | 娼チ「?フ\ | 10111110101010111000111011000001100011101010001000111111100011101100110001011100 | beab8ec18ea23f8ecc5c |
UTF-8 | 娼チ「フ\ | 11100101101010001011110011101111101111101000000111101111101111011010001011101110100110111011110111101111101111101000110001011100 | e5a8bcefbe81efbda2ee9bbdefbe8c5c |
UHC | 娼????\ | 11110011110111100011111100111111001111110011111101011100 | f3de3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)