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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯??墻?? | 1001101011100001001111110011111110011010110101000011111100111111 | 9ae13f3f9ad43f3f |
EUC-JP | 壯??墻?? | 1101010011100011001111110011111111010100110101100011111100111111 | d4e33f3fd4d63f3f |
UTF-8 | 壯백쎁墻멱풛 | 111001011010001110101111111010111011000010110001111011001000111010000001111001011010001010111011111010111010100110110001111011011001001010011011 | e5a3afebb0b1ec8e81e5a2bbeba9b1ed929b |
UHC | 壯백쎁墻멱풛 | 111011011110000010111001111010011001101110101011111011011101111110111000111010001011111010011110 | ede0b9e99babeddfb8e8be9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)