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 | ⅰ雫鴦竺 | 1111101001000000100011101011010011101001111100011000111010110001 | fa408eb4e9f18eb1 |
EUC-JP | ?雫鴦竺 | 00111111101111001011011011110010111100111011110010110011 | 3fbcb6f2f3bcb3 |
UTF-8 | ⅰ雫鴦竺 | 111000101000010110110000111010011001101110101011111010011011010010100110111001111010101110111010 | e285b0e99babe9b4a6e7abba |
UHC | ⅰ?鴦竺 | 10100101101000010011111111100100111011001111010111100111 | a5a13fe4ecf5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)