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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 躍??鎰?/ | 100101101111010000111111001111111110100001001100001111111000000101011110 | 96f43f3fe84c3f815e |
EUC-JP | 躍??鎰?/ | 110011001111011000111111001111111110111110101101001111111010000110111111 | ccf63f3fefad3fa1bf |
UTF-8 | 躍녹뮋鎰듿/ | 111010001011101010001101111010111000010110111001111010111010111010001011111010011000111010110000111010111001001110111111111011111011110010001111 | e8ba8deb85b9ebae8be98eb0eb93bfefbc8f |
UHC | 躍녹뮋鎰듿/ | 111001011011100010110011111011001001001010011001111011001111000010001010111001011010001110101111 | e5b8b3ec9299ecf08ae5a3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)