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 | ???刷 | 0011111100111111001111111000110111111100 | 3f3f3f8dfc |
EUC-JP | ???刷 | 0011111100111111001111111011101011111110 | 3f3f3fbafe |
UTF-8 | 뤚쳩곽刷 | 111010111010010010011010111011001011001110101001111010101011001110111101111001011000100010110111 | eba49aecb3a9eab3bde588b7 |
UHC | 뤚쳩곽刷 | 1000111111001001101010111000111010110000111110111110000111101100 | 8fc9ab8eb0fbe1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)