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 | 入瀧? | 1001001111111100100100011110101100111111 | 93fc91eb3f |
EUC-JP | 入瀧? | 1100011011111110110000101110110100111111 | c6fec2ed3f |
UTF-8 | 入瀧헨 | 111001011000010110100101111001111000000010100111111011011001011110101000 | e585a5e780a7ed97a8 |
UHC | 入瀧헨 | 111011001111110111010110111010011100011111101110 | ecfdd6e9c7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)