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 | 壯밧ㅁ墻멱풛 | 111001011010001110101111111010111011000010100111111000111000010110000001111001011010001010111011111010111010100110110001111011011001001010011011 | e5a3afebb0a7e38581e5a2bbeba9b1ed929b |
UHC | 壯밧ㅁ墻멱풛 | 111011011110000010111001111001011010010010110001111011011101111110111000111010001011111010011110 | ede0b9e5a4b1eddfb8e8be9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)