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 | 腋??? | 1110001111111100001111110011111100111111 | e3fc3f3f3f |
EUC-JP | 腋??? | 1110011011111110001111110011111100111111 | e6fe3f3f3f |
UTF-8 | 腋잆룗횧 | 111010001000010110001011111011001001111010000110111010111010001110010111111011011001101010100111 | e8858bec9e86eba397ed9aa7 |
UHC | 腋잆룗횧 | 1110010011111101100111111110001110001111100100111100001110011110 | e4fd9fe38f93c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)