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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 乗弴マ | 1000111111100110111110101011100011001111 | 8fe6fab8cf |
EUC-JP | 乗弴マ | 10111110111010001000111110111100111011011000111011001111 | bee88fbced8ecf |
UTF-8 | 乗弴マ | 111001001011100110010111111001011011110010110100111011111011111010001111 | e4b997e5bcb4efbe8f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)