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 | 隍企㍽蕘 | 1110100010100100100010101110100110000111100011101110010011111011 | e8a48ae9878ee4fb |
EUC-JP | 隍企?蕘 | 11110000101001101011010011101011001111111110100011111101 | f0a6b4eb3fe8fd |
UTF-8 | 隍企㍽蕘 | 111010011001101010001101111001001011110010000001111000111000110110111101111010001001010110011000 | e99a8de4bc81e38dbde89598 |
UHC | 隍企?? | 111111001101101111010000111010100011111100111111 | fcdbd0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)