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 | 乗嵭ヲ鍗 | 10001111111001101111101010110011101001101111101111100000 | 8fe6fab3a6fbe0 |
EUC-JP | 乗嵭ヲ鍗 | 10111110111010001000111110111011110111101000111010100110100011111110010011101111 | bee88fbbde8ea68fe4ef |
UTF-8 | 乗嵭ヲ鍗 | 111001001011100110010111111001011011010110101101111011111011110110100110111010011000110110010111 | e4b997e5b5adefbda6e98d97 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)