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 | ?嚥煬 | 0011111110011010100010111110000010001100 | 3f9a8be08c |
EUC-JP | ?嚥煬 | 0011111111010011111010111101111111101100 | 3fd3ebdfec |
UTF-8 | 렰嚥煬 | 111010111010000010110000111001011001101010100101111001111000010110101100 | eba0b0e59aa5e785ac |
UHC | 렰嚥煬 | 100011101011110111100110101111111110010111001001 | 8ebde6bfe5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)