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 | 郞疲仆薰 | 1111101110110110100101001110011010011000101110111111101110011110 | fbb694e698bbfb9e |
EUC-JP | ?疲仆? | 001111111100100011101000110100001011110100111111 | 3fc8e8d0bd3f |
UTF-8 | 郞疲仆薰 | 111010011000001110011110111001111001011010110010111001001011101110000110111010001001011010110000 | e9839ee796b2e4bb86e896b0 |
UHC | 郞疲?薰 | 11010101110011011111100110101010001111111111110110111001 | d5cdf9aa3ffdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)