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 | 肄??? | 1110001111100101001111110011111100111111 | e3e53f3f3f |
EUC-JP | 肄??? | 1110011011100111001111110011111100111111 | e6e73f3f3f |
UTF-8 | 肄흑렮렩 | 111010001000001010000100111011011001110110010001111010111010000010101110111010111010000010101001 | e88284ed9d91eba0aeeba0a9 |
UHC | 肄흑렮렩 | 1110110010111101110010001110011010001110101110111000111010110111 | ecbdc8e68ebb8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)