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 | 爰?汁? | 111000001010011100111111100011110110000000111111 | e0a73f8f603f |
EUC-JP | 爰?汁? | 111000001010100100111111101111011100000100111111 | e0a93fbdc13f |
UTF-8 | 爰렚汁렏 | 111001111000100010110000111010111010000010011010111001101011000110000001111010111010000010001111 | e788b0eba09ae6b181eba08f |
UHC | 爰렚汁렏 | 1110101010111010100011101010110111110001111100001000111010100101 | eaba8eadf1f08ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)