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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??縡?蹟 | 00111111001111111110001101110001001111111001000011010110 | 3f3fe3713f90d6 |
EUC-JP | 佾?縡?蹟 | 100011111011000011111011001111111110010111010010001111111100000011011000 | 8fb0fb3fe5d23fc0d8 |
UTF-8 | 佾렪縡렞蹟 | 111001001011110110111110111010111010000010101010111001111011100010100001111010111010000010011110111010001011100110011111 | e4bdbeeba0aae7b8a1eba09ee8b99f |
UHC | 佾렪縡렞蹟 | 11101100111010111000111010111000111011101010110110001110101011111110111011100111 | eceb8eb8eead8eafeee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)