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 | ???肉? | 001111110011111100111111100100111111011100111111 | 3f3f3f93f73f |
EUC-JP | ???肉? | 001111110011111100111111110001101111100100111111 | 3f3f3fc6f93f |
UTF-8 | 銳녿벣肉긒 | 111010011000101010110011111010111000010110111111111010111011001010100011111010001000001010001001111010101011100010010010 | e98ab3eb85bfebb2a3e88289eab892 |
UHC | 銳녿벣肉긒 | 11100111111001011000011011101011100100111011110011101011101111111000001101010001 | e7e586eb93bcebbf8351 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)