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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 銖僞銖僞B | 111001111111000110011001010001011110011111110001100110010100010101000010 | e7f19945e7f1994542 |
EUC-JP | 銖僞銖僞B | 111011101111001111010001101001101110111011110011110100011010011001000010 | eef3d1a6eef3d1a642 |
UTF-8 | 銖僞銖僞B | 11101001100010101001011011100101100000111001111011101001100010101001011011100101100000111001111001000010 | e98a96e5839ee98a96e5839e42 |
UHC | 銖僞銖僞B | 111000101100011111101010110010101110001011000111111010101100101001000010 | e2c7eacae2c7eaca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)