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 | 踵酌借丈 | 1110011011111001100011101101111010001110110110001000111111100100 | e6f98ede8ed88fe4 |
EUC-JP | 踵酌借丈 | 1110110011111011101111001110000010111100110110101011111011100110 | ecfbbce0bcdabee6 |
UTF-8 | 踵酌借丈 | 111010001011100010110101111010011000010110001100111001011000000010011111111001001011100010001000 | e8b8b5e9858ce5809fe4b888 |
UHC | 踵酌借丈 | 1111000110100010111011011100110011110011101010001110110111011011 | f1a2edccf3a8eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)