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 | 苑瀧? | 1000100110010001100100011110101100111111 | 899191eb3f |
EUC-JP | 苑瀧? | 1011000111110001110000101110110100111111 | b1f1c2ed3f |
UTF-8 | 苑瀧렜 | 111010001000101110010001111001111000000010100111111010111010000010011100 | e88b91e780a7eba09c |
UHC | 苑瀧렜 | 111010101011110111010110111010011000111010101110 | eabdd6e98eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)