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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 第?[第?[^ | 100100011110011000111111010110111001000111100110001111110101101101011110 | 91e63f5b91e63f5b5e |
EUC-JP | 第?[第?[^ | 110000101110100000111111010110111100001011101000001111110101101101011110 | c2e83f5bc2e83f5b5e |
UTF-8 | 第렠[第렠[^ | 111001111010110010101100111010111010000010100000010110111110011110101100101011001110101110100000101000000101101101011110 | e7acaceba0a05be7acaceba0a05b5e |
UHC | 第렠[第렠[^ | 1111000010101111100011101011000101011011111100001010111110001110101100010101101101011110 | f0af8eb15bf0af8eb15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)