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 | 牆?精?艇 | 1110000010101101001111111001000010111000001111111001001011111000 | e0ad3f90b83f92f8 |
EUC-JP | 牆?精?艇 | 1110000010101111001111111100000010111010001111111100010011111010 | e0af3fc0ba3fc4fa |
UTF-8 | 牆렮精렖艇 | 111001111000100110000110111010111010000010101110111001111011001010111110111010111010000010010110111010001000100110000111 | e78986eba0aee7b2beeba096e88987 |
UHC | 牆렮精렖艇 | 11101101111011011000111010111011111011111111000110001110101010111110111111110011 | eded8ebbeff18eabeff3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)