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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉙叱凜七 | 1111101111001000100011101011011011101010101000111000111010110101 | fbc88eb6eaa38eb5 |
EUC-JP | 鉙叱凜七 | 100011111110001111100011101111001011100011110100101001011011110010110111 | 8fe3e3bcb8f4a5bcb7 |
UTF-8 | 鉙叱凜七 | 111010011000100110011001111001011000111110110001111001011000011110011100111001001011100010000011 | e98999e58fb1e5879ce4b883 |
UHC | ?叱凜七 | 00111111111100101110101011010111110011111111011011010010 | 3ff2ead7cff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)